Skip to content

Commit

Permalink
Fix lint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elliedavidson committed Sep 22, 2023
1 parent bb0eb5f commit 5259ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/task-impls/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ where

if timeout_cert.view_number != view - 1 {
warn!("Timeout certificate for view {} was not for the immediately preceding view", *view);
return;
}

if !self
Expand Down

0 comments on commit 5259ca6

Please sign in to comment.