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 c4bd55a commit f83a2caCopy full SHA for f83a2ca
src/init.cpp
@@ -519,7 +519,7 @@ bool AppInit2(ThreadHandlerPtr threads)
519
520
if (mapArgs.count("-peertimeout"))
521
{
522
- int nNewPeerTimeout = GetArg("-timeout", 45);
+ int nNewPeerTimeout = GetArg("-peertimeout", 45);
523
524
if (nNewPeerTimeout <= 0)
525
InitError(strprintf(_("Invalid amount for -peertimeout=<amount>: '%s'"), mapArgs["-peertimeout"]));
0 commit comments