aboutsummaryrefslogtreecommitdiff
path: root/src/chainparams.h
diff options
context:
space:
mode:
authorJorge Timón <[email protected]>2015-05-25 09:00:17 +0200
committerJorge Timón <[email protected]>2015-10-20 14:28:43 +0200
commit55a89751faaada5598771d10401030e9e86eecbd (patch)
tree87607d31265c50db8955f805d280faeb8e82ab03 /src/chainparams.h
parentChainparams: Replace CBaseChainParams::Network enum with string constants (su... (diff)
downloaddiscoin-55a89751faaada5598771d10401030e9e86eecbd.tar.xz
discoin-55a89751faaada5598771d10401030e9e86eecbd.zip
Chainparams: Translations: DRY: options and error strings
Also remove SelectBaseParamsFromCommandLine and SelectParamsFromCommandLine
Diffstat (limited to 'src/chainparams.h')
-rw-r--r--src/chainparams.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/chainparams.h b/src/chainparams.h
index 71e2ad861..fd7a840d2 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