diff options
Diffstat (limited to 'src/chainparams.h')
-rw-r--r-- | src/chainparams.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/chainparams.h b/src/chainparams.h index 71e2ad861e..fd7a840d21 100644 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -114,10 +114,4 @@ CChainParams& Params(const std::string& chain); */ void SelectParams(const std::string& chain); -/** - * Looks for -regtest or -testnet and then calls SelectParams as appropriate. - * Returns false if an invalid combination is given. - */ -bool SelectParamsFromCommandLine(); - #endif // BITCOIN_CHAINPARAMS_H |