diff options
-rw-r--r-- | core/consensus.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/consensus.go b/core/consensus.go index 05d0b93..172adfd 100644 --- a/core/consensus.go +++ b/core/consensus.go @@ -896,9 +896,6 @@ func (con *Consensus) prepare(initBlock *types.Block) (err error) { con.roundEvent.Register(func(evts []utils.RoundEventParam) { e := evts[len(evts)-1] defer elapse("touch-NodeSetCache", e)() - if e.Reset != 0 { - return - } con.event.RegisterHeight(e.NextTouchNodeSetCacheHeight(), func(uint64) { if err := con.nodeSetCache.Touch(e.Round + 1); err != nil { con.logger.Warn("Failed to update nodeSetCache", |