Add RequireStandard chain parameter
This commit is contained in:
parent
21913a9ac9
commit
cfeb8235fd
3 changed files with 6 additions and 2 deletions
|
@ -72,6 +72,8 @@ public:
|
|||
virtual bool DefaultCheckMemPool() const { return false; }
|
||||
/* Allow mining of a min-difficulty block */
|
||||
virtual bool AllowMinDifficultyBlocks() const { return false; }
|
||||
/* Make standard checks */
|
||||
virtual bool RequireStandard() const { return true; }
|
||||
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