export runSequence

pull/22/head
dbrajovic 2 years ago
parent 6e3261a923
commit f88ceb6c90
  1. 4
      core/ibft.go

@ -205,8 +205,8 @@ func (i *IBFT) signalRoundChange(round uint64, quit <-chan struct{}) {
}
}
// runSequence runs the consensus cycle for the specified block height
func (i *IBFT) runSequence(h uint64) {
// RunSequence runs the consensus cycle for the specified block height
func (i *IBFT) RunSequence(h uint64) {
// Set the starting state data
i.state.clear(h)

Loading…
Cancel
Save