Merge e43432086a into merged_master (Bitcoin PR bitcoin/bitcoin#27743)

This commit is contained in:
Byron Hambly 2025-06-23 14:45:12 +02:00
commit 07576cee5b

View file

@ -4432,11 +4432,11 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
std::vector<CInv> vInv(1);
vInv[0] = CInv(MSG_BLOCK | GetFetchFlags(*peer), blockhash);
m_connman.PushMessage(&pfrom, msgMaker.Make(NetMsgType::GETDATA, vInv));
return;
} else {
// Give up for this peer and wait for other peer(s)
RemoveBlockRequest(pindex->GetBlockHash(), pfrom.GetId());
}
return;
}
BlockTransactionsRequest req;