Add DefaultCheckMemPool chain parameter
This commit is contained in:
parent
2595b9ac23
commit
cb9bd83bba
3 changed files with 5 additions and 1 deletions
|
@ -63,6 +63,8 @@ public:
|
|||
virtual bool RequireRPCPassword() const { return true; }
|
||||
/* Make miner wait to have peers to avoid wasting work */
|
||||
virtual bool MiningRequiresPeers() const { return true; }
|
||||
/* Default value for -checkmempool argument */
|
||||
virtual bool DefaultCheckMemPool() const { return false; }
|
||||
const string& DataDir() const { return strDataDir; }
|
||||
/* Make miner stop after a block is found. In RPC, don't return
|
||||
* until nGenProcLimit blocks are generated */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue