mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Get rid of TestNet()
This commit is contained in:
parent
6fc0fa63d9
commit
a3d946ebdc
3 changed files with 2 additions and 7 deletions
|
|
@ -120,9 +120,4 @@ void SelectParams(CChainParams::Network network);
|
|||
*/
|
||||
bool SelectParamsFromCommandLine();
|
||||
|
||||
inline bool TestNet() {
|
||||
// Note: it's deliberate that this returns "false" for regression test mode.
|
||||
return Params().NetworkID() == CChainParams::TESTNET;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue