Skip to content

Commit

Permalink
Get rid of RegTest()
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimon committed Jun 4, 2014
1 parent cb9bd83 commit 8d26721
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/chainparams.h
Expand Up @@ -111,8 +111,4 @@ inline bool TestNet() {
return Params().NetworkID() == CChainParams::TESTNET;
}

inline bool RegTest() {
return Params().NetworkID() == CChainParams::REGTEST;
}

#endif

0 comments on commit 8d26721

Please sign in to comment.