[sync] fix sync

pull/3476/head
Jacky Wang 4 years ago committed by Leo Chen
parent 37bf0e7f73
commit d9734e77db
  1. 6
      api/service/syncing/syncing.go

@ -1025,11 +1025,7 @@ func (ss *StateSync) SyncLoop(bc *core.BlockChain, worker *worker.Worker, isBeac
if err := ss.addConsensusLastMile(bc, consensus); err != nil {
utils.Logger().Error().Err(err).Msg("[SYNC] Add consensus last mile")
}
if bc.CurrentBlock().IsLastBlockInEpoch() {
// Temporary fix for explorer node. This logic is only needed for explorer node.
// TODO: refactor this.
consensus.UpdateConsensusInformation()
}
consensus.UpdateConsensusInformation()
}
ss.purgeAllBlocksFromCache()
}

Loading…
Cancel
Save