Skip to content

Commit

Permalink
Update docs/content/_snippets/info-BST-2f1.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: vivekjain23 <[email protected]>
  • Loading branch information
lucas-tortora and vivekjain23 authored Dec 16, 2024
1 parent a82f8a6 commit fe291fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/_snippets/info-BST-2f1.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:::info

In Byzantine Fault Tolerant (BFT) `f` is used to represent the amount of faulty validators. `2f+1` represents the minimum number of validators
In Byzantine Fault Tolerant (BFT) `f` represents the number of faulty validators. `2f+1` represents the minimum number of validators
needed to agree on a transaction to ensure integrity and finality, even if up to `f` validators are faulty.

For example, if `f = 1`, this means 3 validators must confirm a transaction (a supermajority) to guarantee its
Expand Down

0 comments on commit fe291fa

Please sign in to comment.