Skip to content

Commit 1f2371b

Browse files
committed
fixup
1 parent 069b8f1 commit 1f2371b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net_processing.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3638,7 +3638,7 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
36383638
if (fAlreadyInFlight) {
36393639
LogPrint(BCLog::NET, "Removed block %s from in-flight list because it was already downloaded\n", pindex->GetBlockHash().ToString());
36403640
}
3641-
RemoveBlockRequest(pindex->GetBlockHash());
3641+
PeerManagerImpl::RemoveBlockRequest(pindex->GetBlockHash(), std::nullopt);
36423642
return;
36433643
}
36443644

0 commit comments

Comments
 (0)