0xb10c 2 months ago
parent 3047c3e3a9
commit 9a44a20fb7
No known key found for this signature in database
GPG Key ID: E2FFD5B1D88CA97D

@ -1031,7 +1031,7 @@ bool AppInitParameterInteraction(const ArgsManager& args)
if (args.IsArgSet("-test")) {
if (chainparams.GetChainType() != ChainType::REGTEST) {
return InitError(Untranslated("-test=<option> should only be used in functional tests"));
return InitError(Untranslated("-test=<option> can only be used with regtest"));
}
const std::vector<std::string> options = args.GetArgs("-test");
for (const std::string& option : options) {

Loading…
Cancel
Save