aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-09-22 15:57:30 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-09-22 22:32:25 +0200
commitfaf0a26711eed9264113463e56b988cf9fe549fd (patch)
tree4c2d0e411abcc6f2d6434e32193ba6259932b099 /src/qt
parentfae0548686cb3d095086d3f0fef38dcfcd31d8ca (diff)
downloadbitcoin-faf0a26711eed9264113463e56b988cf9fe549fd.tar.xz
doc: Update comments for new chain settings (-signet and -chain=signet)
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/bitcoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index 7a3fb420cc..3055cd7da6 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -533,7 +533,7 @@ int GuiMain(int argc, char* argv[])
// - QSettings() will use the new application name after this, resulting in network-specific settings
// - Needs to be done before createOptionsModel
- // Check for -chain, -testnet or -regtest parameter (Params() calls are only valid after this clause)
+ // Check for chain settings (Params() calls are only valid after this clause)
try {
SelectParams(gArgs.GetChainName());
} catch(std::exception &e) {