remove count

This commit is contained in:
Ori Newman 2022-03-02 13:11:32 +02:00
parent ef1a3c0dce
commit b5eda33488

View File

@ -329,7 +329,6 @@ func (flow *handleIBDFlow) syncPruningPointFutureHeaders(consensus externalapi.C
}
})
count := 0
for {
select {
case ibdBlocksMessage, ok := <-blockHeadersMessageChan: