mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
[trivial] Fix comment for ForceSetArg()
This commit is contained in:
parent
4314544d46
commit
42a83e5455
1 changed files with 2 additions and 1 deletions
|
@ -241,7 +241,8 @@ bool SoftSetArg(const std::string& strArg, const std::string& strValue);
|
|||
*/
|
||||
bool SoftSetBoolArg(const std::string& strArg, bool fValue);
|
||||
|
||||
// Forces a arg setting, used only in testing
|
||||
// Forces an arg setting. Called by SoftSetArg() if the arg hasn't already
|
||||
// been set. Also called directly in testing.
|
||||
void ForceSetArg(const std::string& strArg, const std::string& strValue);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue