mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Add RPCisTestNet chain parameter
This commit is contained in:
@@ -227,6 +227,7 @@ public:
|
||||
|
||||
virtual bool AllowMinDifficultyBlocks() const { return true; }
|
||||
virtual bool RequireStandard() const { return false; }
|
||||
virtual bool RPCisTestNet() const { return true; }
|
||||
virtual Network NetworkID() const { return CChainParams::TESTNET; }
|
||||
};
|
||||
static CTestNetParams testNetParams;
|
||||
|
||||
Reference in New Issue
Block a user