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.
-peertimeout
1 parent 64a6f74 commit d1018ffCopy full SHA for d1018ff
src/init.cpp
@@ -1377,7 +1377,7 @@ bool AppInitParameterInteraction(const ArgsManager& args)
1377
1378
peer_connect_timeout = args.GetArg("-peertimeout", DEFAULT_PEER_CONNECT_TIMEOUT);
1379
if (peer_connect_timeout <= 0) {
1380
- return InitError(Untranslated("peertimeout cannot be configured with a negative value."));
+ return InitError(Untranslated("peertimeout must be a positive integer."));
1381
}
1382
1383
if (args.IsArgSet("-minrelaytxfee")) {
0 commit comments