Rotate leader.

pull/4509/head
frozen 2 years ago committed by Casey Gardiner
parent d8b64c9af7
commit f0b72bed34
  1. 1
      consensus/consensus.go

@ -74,7 +74,6 @@ type Consensus struct {
// blockNum: the next blockNumber that FBFT is going to agree on,
// should be equal to the blockNumber of next block
blockNum uint64
epoch uint64
// Blockhash - 32 byte
blockHash [32]byte
// Block to run consensus on

Loading…
Cancel
Save