We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3047c3e commit 9a44a20Copy full SHA for 9a44a20
src/init.cpp
@@ -1031,7 +1031,7 @@ bool AppInitParameterInteraction(const ArgsManager& args)
1031
1032
if (args.IsArgSet("-test")) {
1033
if (chainparams.GetChainType() != ChainType::REGTEST) {
1034
- return InitError(Untranslated("-test=<option> should only be used in functional tests"));
+ return InitError(Untranslated("-test=<option> can only be used with regtest"));
1035
}
1036
const std::vector<std::string> options = args.GetArgs("-test");
1037
for (const std::string& option : options) {
0 commit comments