diff --git a/chain/sync_manager.go b/chain/sync_manager.go index 8af4c9d5e..e8eb031c9 100644 --- a/chain/sync_manager.go +++ b/chain/sync_manager.go @@ -253,7 +253,7 @@ func (sm *syncManager) handleWorkerStatus(status workerStatus) { } else { // add to the recently synced buffer sm.recent.Push(ws.ts) - // if we are still in intial sync and this was fast enough, mark the end of the initial sync + // if we are still in initial sync and this was fast enough, mark the end of the initial sync if !sm.initialSyncDone && ws.dt < InitialSyncTimeThreshold { sm.initialSyncDone = true }