Mempool consistency check
This commit is contained in:
committed by
Pieter Wuille
parent
f0784ac470
commit
2461aba1ac
@@ -99,4 +99,8 @@ inline bool TestNet() {
|
||||
return Params().NetworkID() == CChainParams::TESTNET;
|
||||
}
|
||||
|
||||
inline bool RegTest() {
|
||||
return Params().NetworkID() == CChainParams::REGTEST;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user