Skip to content

Commit

Permalink
Update node/components/bft/src/chonky_bft/new_view.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno França <[email protected]>
  • Loading branch information
pompon0 and brunoffranca authored Dec 16, 2024
1 parent b2bee8a commit 5e46e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/components/bft/src/chonky_bft/new_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl StateMachine {
// In particular it is not guaranteed that the leader has the finalized block when
// sending the NewView, so it might need to wait for the finalized block.
//
// Note that for this process to work e2e, the replicas should NOT ignore th NewView from
// Note that for this process to work e2e, the replicas should NOT ignore the NewView from
// the leader, even if they already advanced to the given view.
// Note that the order of NewView and proposal messages doesn't matter, because
// proposal is a superset of NewView message.
Expand Down

0 comments on commit 5e46e18

Please sign in to comment.