diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2015-05-25 09:00:17 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-10-20 14:28:43 +0200 |
commit | 55a89751faaada5598771d10401030e9e86eecbd (patch) | |
tree | 87607d31265c50db8955f805d280faeb8e82ab03 /src/chainparams.h | |
parent | f3525e24e3a156eaa004ca28a59fe2d449dc1f9e (diff) |
Chainparams: Translations: DRY: options and error strings
Also remove SelectBaseParamsFromCommandLine and SelectParamsFromCommandLine
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 |