Mempool consistency check

This commit is contained in:
Pieter Wuille
2013-08-03 13:08:34 +02:00
committed by Pieter Wuille
parent f0784ac470
commit 2461aba1ac
4 changed files with 52 additions and 0 deletions

View File

@@ -99,4 +99,8 @@ inline bool TestNet() {
return Params().NetworkID() == CChainParams::TESTNET;
}
inline bool RegTest() {
return Params().NetworkID() == CChainParams::REGTEST;
}
#endif