Skip to content

Commit

Permalink
Merge pull request #63 from mariruwanjiru/patch-10
Browse files Browse the repository at this point in the history
Update AlephBFTConsensus.md
  • Loading branch information
elsirion authored Feb 11, 2025
2 parents 348c014 + 01f8bc1 commit cde7277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CommonTerms/AlephBFTConsensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ After the BFT consensus algorithm has finished (note: this involves a lot of bac

The consensus set `C` contains at least `n − f` contributions from different participants.

Note how this implies that if more than `f` participants propose the same item said item is guaranteed to be included in the next consensus output.
Note how this implies that if more than `f` participants propose the same item, the said item is guaranteed to be included in the next consensus output.

The consensus protocols we are discussing, asynchronous ones, can only handle about `n/3` faulty nodes, so this will also be our assumption when building our protocol on top if not stated otherwise.
The consensus protocols we are discussing, asynchronous ones, can only handle about `n/3` faulty nodes, so this will also be our assumption when building our protocol on top unless stated otherwise.

0 comments on commit cde7277

Please sign in to comment.