aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-09-22 15:57:30 +0200
committerMarcoFalke <[email protected]>2020-09-22 22:32:25 +0200
commitfaf0a26711eed9264113463e56b988cf9fe549fd (patch)
tree4c2d0e411abcc6f2d6434e32193ba6259932b099 /src/bitcoin-wallet.cpp
parentfuzz: Remove needless guard (diff)
downloaddiscoin-faf0a26711eed9264113463e56b988cf9fe549fd.tar.xz
discoin-faf0a26711eed9264113463e56b988cf9fe549fd.zip
doc: Update comments for new chain settings (-signet and -chain=signet)
Diffstat (limited to 'src/bitcoin-wallet.cpp')
-rw-r--r--src/bitcoin-wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoin-wallet.cpp b/src/bitcoin-wallet.cpp
index 06b0c8647..8fdf1bae0 100644
--- a/src/bitcoin-wallet.cpp
+++ b/src/bitcoin-wallet.cpp
@@ -62,7 +62,7 @@ static bool WalletAppInit(int argc, char* argv[])
tfm::format(std::cerr, "Error: Specified data directory \"%s\" does not exist.\n", gArgs.GetArg("-datadir", ""));
return false;
}
- // Check for -testnet or -regtest parameter (Params() calls are only valid after this clause)
+ // Check for chain settings (Params() calls are only valid after this clause)
SelectParams(gArgs.GetChainName());
return true;