From c94468711a2b24e0a62f08beb1509866bec08201 Mon Sep 17 00:00:00 2001 From: istae <14264581+istae@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:25:55 +0300 Subject: [PATCH] fix: comment --- pkg/puller/puller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/puller/puller.go b/pkg/puller/puller.go index 5659904fdb7..f2cfd15eee0 100644 --- a/pkg/puller/puller.go +++ b/pkg/puller/puller.go @@ -307,7 +307,7 @@ func (p *Puller) syncPeerBin(parentCtx context.Context, peer *syncPeer, bin uint ) for { - if isHistorical { + if isHistorical { // overide start with the next interval if historical syncing start, err = p.nextPeerInterval(address, bin) if err != nil { p.metrics.SyncWorkerErrCounter.Inc()