mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Add RPCisTestNet chain parameter
This commit is contained in:
parent
cfeb8235fd
commit
6fc0fa63d9
4 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue