Skip to content

When syncing with a peer and that peer disconnects from us, discard

any sync blocks they had given us (unless some other peer was also trying to give us the same blocks). This is important when the peer is on an unreachable fork, because otherwise we would keep most of the blocks on that fork forever.

Merge request reports