aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.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/rpcmining.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/rpcmining.cpp')
-rw-r--r--src/rpcmining.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp
index a70c0958d..25111d378 100644
--- a/src/rpcmining.cpp
+++ b/src/rpcmining.cpp
@@ -6,6 +6,7 @@
#include "chainparams.h"
#include "db.h"
#include "init.h"
+#include "miner.h"
#include "bitcoinrpc.h"
using namespace json_spirit;