diff --git a/internal/statesync/reactor.go b/internal/statesync/reactor.go index 741466743..7bddb0eae 100644 --- a/internal/statesync/reactor.go +++ b/internal/statesync/reactor.go @@ -338,9 +338,6 @@ func (r *Reactor) backfill( if lb == nil { r.Logger.Info("backfill: peer didn't have block, fetching from another peer", "height", height) queue.retry(height) - // as we are fetching blocks backwards, if this node doesn't have the block it likely doesn't - // have any prior ones, thus we remove it from the peer list - r.dispatcher.removePeer(peer) continue }