diff options
| author | Fabian Jahr <[email protected]> | 2019-10-28 18:33:40 +0100 |
|---|---|---|
| committer | Fabian Jahr <[email protected]> | 2019-11-01 12:06:35 +0100 |
| commit | 3ed8e3d079a3860dcdf944f7c1aa37765a53da32 (patch) | |
| tree | c7e92e63b387685b03fbf96a6ecae76467e88442 /src/util | |
| parent | wallet: Remove left-over BIP70 comment (diff) | |
| download | discoin-3ed8e3d079a3860dcdf944f7c1aa37765a53da32.tar.xz discoin-3ed8e3d079a3860dcdf944f7c1aa37765a53da32.zip | |
doc: Remove explicit network name references
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/system.h b/src/util/system.h index 908a3c407..7452f186e 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -265,7 +265,7 @@ public: void ForceSetArg(const std::string& strArg, const std::string& strValue); /** - * Looks for -regtest, -testnet and returns the appropriate BIP70 chain name. + * Returns the appropriate chain name from the program arguments. * @return CBaseChainParams::MAIN by default; raises runtime error if an invalid combination is given. */ std::string GetChainName() const; |