Add RequireStandard chain parameter

This commit is contained in:
jtimon 2014-03-22 20:19:48 +01:00
commit cfeb8235fd
3 changed files with 6 additions and 2 deletions

View file

@ -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 */