Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fixing a typo (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Jan 9, 2024
1 parent 397d3ff commit 38e3b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/learn/consensus/protocol/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The change-proposer phase is an Asynchronous Byzantine Binary Agreement (ABBA) [
It means that during this phase, even if they don't have the proposal, honest validators may decide to vote zero
if they obtain a valid quorum Certificate for the prepare step.

If a supermajority of the validators decide to change the proposer, they move to round r+1r+1. However,
If a supermajority of the validators decide to change the proposer, they move to round $$r+1$$. However,
if they decide not to change the proposer, they will return to the prepare state and,
since a supermajority of the validators attested to a valid proposal, they can commit the proposed block.

Expand Down

0 comments on commit 38e3b44

Please sign in to comment.