diff options
| author | MarcoFalke <[email protected]> | 2020-09-22 15:57:30 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-09-22 22:32:25 +0200 |
| commit | faf0a26711eed9264113463e56b988cf9fe549fd (patch) | |
| tree | 4c2d0e411abcc6f2d6434e32193ba6259932b099 /src/qt/bitcoin.cpp | |
| parent | fuzz: Remove needless guard (diff) | |
| download | discoin-faf0a26711eed9264113463e56b988cf9fe549fd.tar.xz discoin-faf0a26711eed9264113463e56b988cf9fe549fd.zip | |
doc: Update comments for new chain settings (-signet and -chain=signet)
Diffstat (limited to 'src/qt/bitcoin.cpp')
| -rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 7a3fb420c..3055cd7da 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) { |