Skip to content

Commit

Permalink
Update learn-staking-advanced.md (#5349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToufeeqP authored Nov 13, 2023
1 parent b00ac4d commit ff933da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/learn-staking-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ In all of the examples, assume that there are 100 validators in the active set.

:::

No slashing would enact if < 10% of all validators are unresponsive.
No slashing would enact if <= 10% of all validators are unresponsive.

For example, if exactly 10 validators were unresponsive, the expression 3 _ (x - (n / 10 + 1))) / n
would be 3 _ (10 - (100 / 10 + 1)) / 100 = 3 \* (10 - (10 + 1)) / 100 = -0.03 which is rounded to 0.
Expand Down

0 comments on commit ff933da

Please sign in to comment.