Move internal miner/block creation to separate miner.cpp module.
Public functions referenced elsewhere are added to miner.h.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "chainparams.h"
|
||||
#include "db.h"
|
||||
#include "init.h"
|
||||
#include "miner.h"
|
||||
#include "bitcoinrpc.h"
|
||||
|
||||
using namespace json_spirit;
|
||||
|
||||
Reference in New Issue
Block a user