aboutsummaryrefslogtreecommitdiff
path: root/src/common/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/args.h')
-rw-r--r--src/common/args.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/args.h b/src/common/args.h
index 5335633911..537a64fcfd 100644
--- a/src/common/args.h
+++ b/src/common/args.h
@@ -325,14 +325,14 @@ protected:
void ForceSetArg(const std::string& strArg, const std::string& strValue);
/**
- * Returns the appropriate chain name from the program arguments.
+ * Returns the appropriate chain type from the program arguments.
* @return ChainType::MAIN by default; raises runtime error if an invalid
* combination, or unknown chain is given.
*/
ChainType GetChainType() const;
/**
- * Returns the appropriate chain name string from the program arguments.
+ * Returns the appropriate chain type string from the program arguments.
* @return ChainType::MAIN string by default; raises runtime error if an
* invalid combination is given.
*/
@@ -423,7 +423,7 @@ private:
/**
* Return -regtest/-signet/-testnet/-chain= setting as a ChainType enum if a
- * recognized chain name was set, or as a string if an unrecognized chain
+ * recognized chain type was set, or as a string if an unrecognized chain
* name was set. Raise an exception if an invalid combination of flags was
* provided.
*/