Skip to content

Commit 8d26721

Browse files
committed
Get rid of RegTest()
1 parent cb9bd83 commit 8d26721

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/chainparams.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,4 @@ inline bool TestNet() {
111111
return Params().NetworkID() == CChainParams::TESTNET;
112112
}
113113

114-
inline bool RegTest() {
115-
return Params().NetworkID() == CChainParams::REGTEST;
116-
}
117-
118114
#endif

0 commit comments

Comments
 (0)