Skip to content

Commit 344302b

Browse files
committed
rating: fix typo
1 parent 3f573bc commit 344302b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/validators/rating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The node chosen to propose the block for a specific round will:
115115

116116
Observe that the loss is 4 times larger than the gain, which means that a proposer must succeed 4 times to gain the points lost for a single missed block.
117117

118-
Rating for proposers is even stricter: there is a compounding penalty rule, which makes the rating of a node drop even faster when it proposes unsuccessfuly.
118+
Rating for proposers is even stricter: there is a compounding penalty rule, which makes the rating of a node drop even faster when it proposes unsuccessfully.
119119

120120
The amount of `0.92592` points is deducted from the rating of the proposer on the first unsuccessful proposal, but the second unsuccessful proposal will be penalized by `0.92592 × 1.1`. The third, by `0.92592 × 1.1 × 1.1`. The general formula is:
121121

0 commit comments

Comments
 (0)