diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2013-07-31 09:43:35 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2013-07-31 09:43:35 -0400 |
commit | d247a5d130544622519ad84dc8a1e50336397c51 (patch) | |
tree | 81064dc545e650cd3c50866c50d9440e57e2b907 /src/rpcmining.cpp | |
parent | 18946846d5c321d2afc11445580874c9a8bb0733 (diff) |
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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index a70c0958df..25111d3787 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; |