Skip to content

Commit 07dc19f

Browse files
authored
Merge pull request #1541 from iFoggz/quickfix
Fix for missed commit push
2 parents c4bd55a + f83a2ca commit 07dc19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ bool AppInit2(ThreadHandlerPtr threads)
519519

520520
if (mapArgs.count("-peertimeout"))
521521
{
522-
int nNewPeerTimeout = GetArg("-timeout", 45);
522+
int nNewPeerTimeout = GetArg("-peertimeout", 45);
523523

524524
if (nNewPeerTimeout <= 0)
525525
InitError(strprintf(_("Invalid amount for -peertimeout=<amount>: '%s'"), mapArgs["-peertimeout"]));

0 commit comments

Comments
 (0)