Skip to content

Commit

Permalink
docs(consensus): fix minor math comment in Turbine description. (#4691)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksn6 authored Jan 29, 2025
1 parent d27f517 commit 278b447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/consensus/turbine-block-propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ reconstructed, and the validator has to rely on repair to fixup the blocks.

The probability of the shred group failing can be computed using the binomial
distribution. If the FEC rate is `16:4`, then the group size is 20, and at least
4 of the shreds must fail for the group to fail. Which is equal to the sum of
the probability of 4 or more trials failing out of 20.
5 of the shreds must fail for the group to fail. Which is equal to the sum of
the probability of 5 or more trials failing out of 20.

Probability of a block succeeding in turbine:

Expand Down

0 comments on commit 278b447

Please sign in to comment.