Rebased on dev.

pull/4509/head
frozen 2 years ago committed by Casey Gardiner
parent 900be09cfa
commit 74c2e9bd78
  1. 2
      consensus/consensus_v2.go

@ -750,7 +750,7 @@ func (consensus *Consensus) setupForNewConsensus(blk *types.Block, committedMsg
} else {
epoch = blk.Epoch()
}
if consensus.Blockchain.Config().IsLeaderRotation(epoch) {
if consensus.Blockchain().Config().IsLeaderRotation(epoch) {
consensus.rotateLeader(epoch)
}

Loading…
Cancel
Save