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.
2 parents c4bd55a + f83a2ca commit 07dc19fCopy full SHA for 07dc19f
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