Compare commits

...

1 Commits

Author SHA1 Message Date
Ori Newman
b5eda33488 remove count 2022-03-02 13:11:32 +02:00

View File

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