aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2013-07-31 09:43:35 -0400
committerJeff Garzik <[email protected]>2013-07-31 09:43:35 -0400
commitd247a5d130544622519ad84dc8a1e50336397c51 (patch)
tree81064dc545e650cd3c50866c50d9440e57e2b907 /src/test/miner_tests.cpp
parentMinor miner fixes (hey hey it's fun to say) (diff)
downloaddiscoin-d247a5d130544622519ad84dc8a1e50336397c51.tar.xz
discoin-d247a5d130544622519ad84dc8a1e50336397c51.zip
Move internal miner/block creation to separate miner.cpp module.
Public functions referenced elsewhere are added to miner.h.
Diffstat (limited to 'src/test/miner_tests.cpp')
-rw-r--r--src/test/miner_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp
index af284653d..bd1d998c4 100644
--- a/src/test/miner_tests.cpp
+++ b/src/test/miner_tests.cpp
@@ -4,6 +4,7 @@
#include "main.h"
#include "uint256.h"
#include "util.h"
+#include "miner.h"
#include "wallet.h"
extern void SHA256Transform(void* pstate, void* pinput, const void* pinit);