mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Update nQueuedValidatedHeaders after peer disconnection
This commit is contained in:
parent
eb331794a2
commit
301bc7bc7e
1 changed files with 3 additions and 1 deletions
|
|
@ -332,8 +332,10 @@ void FinalizeNode(NodeId nodeid) {
|
|||
AddressCurrentlyConnected(state->address);
|
||||
}
|
||||
|
||||
BOOST_FOREACH(const QueuedBlock& entry, state->vBlocksInFlight)
|
||||
BOOST_FOREACH(const QueuedBlock& entry, state->vBlocksInFlight) {
|
||||
nQueuedValidatedHeaders -= entry.fValidatedHeaders;
|
||||
mapBlocksInFlight.erase(entry.hash);
|
||||
}
|
||||
EraseOrphansFor(nodeid);
|
||||
nPreferredDownload -= state->fPreferredDownload;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue