Remove BerkeleyDB support for block index
[novacoin.git] / src / miner.cpp
index 2712207..1c4d283 100644 (file)
@@ -4,7 +4,7 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
-#include "txdb.h"
+#include "txdb-leveldb.h"
 #include "miner.h"
 #include "kernel.h"
 #include "kernel_worker.h"