mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 21:22:47 +01:00
Add RPCisTestNet chain parameter
This commit is contained in:
@@ -74,6 +74,8 @@ public:
|
||||
virtual bool AllowMinDifficultyBlocks() const { return false; }
|
||||
/* Make standard checks */
|
||||
virtual bool RequireStandard() const { return true; }
|
||||
/* Make standard checks */
|
||||
virtual bool RPCisTestNet() 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 */
|
||||
|
||||
Reference in New Issue
Block a user