Commit 599e6528 authored by Felipe Andrade's avatar Felipe Andrade

typo

parent 22f02a3f
...@@ -326,7 +326,7 @@ func (cp *ConsensusPoller) UpdateBackend(ctx context.Context, be *Backend) { ...@@ -326,7 +326,7 @@ func (cp *ConsensusPoller) UpdateBackend(ctx context.Context, be *Backend) {
// checkExpectedBlockTags for unexpected conditions on block tags // checkExpectedBlockTags for unexpected conditions on block tags
// - finalized block number should never decrease // - finalized block number should never decrease
// - safe block number should never decrease // - safe block number should never decrease
// - finalized block should be < safe block < latest block // - finalized block should be <= safe block <= latest block
func (cp *ConsensusPoller) checkExpectedBlockTags(currentFinalized hexutil.Uint64, oldFinalized hexutil.Uint64, func (cp *ConsensusPoller) checkExpectedBlockTags(currentFinalized hexutil.Uint64, oldFinalized hexutil.Uint64,
currentSafe hexutil.Uint64, oldSafe hexutil.Uint64, currentSafe hexutil.Uint64, oldSafe hexutil.Uint64,
currentLatest hexutil.Uint64) bool { currentLatest hexutil.Uint64) bool {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment