Get rid of RegTest()
This commit is contained in:
parent
cb9bd83bba
commit
8d26721498
1 changed files with 0 additions and 4 deletions
|
@ -111,8 +111,4 @@ inline bool TestNet() {
|
||||||
return Params().NetworkID() == CChainParams::TESTNET;
|
return Params().NetworkID() == CChainParams::TESTNET;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool RegTest() {
|
|
||||||
return Params().NetworkID() == CChainParams::REGTEST;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue