aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-03-22 20:22:14 +0100
committerjtimon <jtimon@monetize.io>2014-06-04 13:29:36 +0200
commita3d946ebdc2eebef9ccdc2c883f8abfebcf0f653 (patch)
tree4fde1c8b1c9058ec0ffaf5bde472fff5fa1000e5 /src/bitcoind.cpp
parent6fc0fa63d9eb6bdfcdfd2fd9792d23059c763534 (diff)
downloadbitcoin-a3d946ebdc2eebef9ccdc2c883f8abfebcf0f653.tar.xz
Get rid of TestNet()
Diffstat (limited to 'src/bitcoind.cpp')
-rw-r--r--src/bitcoind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp
index 9b535c2e6b..704332c39b 100644
--- a/src/bitcoind.cpp
+++ b/src/bitcoind.cpp
@@ -77,7 +77,7 @@ bool AppInit(int argc, char* argv[])
fprintf(stderr,"Error reading configuration file: %s\n", e.what());
return false;
}
- // Check for -testnet or -regtest parameter (TestNet() calls are only valid after this clause)
+ // Check for -testnet or -regtest parameter (Params() calls are only valid after this clause)
if (!SelectParamsFromCommandLine()) {
fprintf(stderr, "Error: Invalid combination of -regtest and -testnet.\n");
return false;