Skip to content

Commit

Permalink
Update source/docs/casper/concepts/design/rewards.md
Browse files Browse the repository at this point in the history
Co-authored-by: Iulia Popescu <[email protected]>
  • Loading branch information
AlexanderLimonov and ipopescu authored Apr 23, 2024
1 parent 4deb0c6 commit ea8e9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/casper/concepts/design/rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ For each finality signature:
<img src={"/image/design/rewards-pot.png"} alt="Pie chart showing how rewards are split" width="300"/>
</p>

The rewards calculation takes place at the end of an era. In addition to rewarding everything in that era, the algorithm also looks back into previous era(s), depending on the `signature_rewards_max_delay` parameter, to compensate for delay in creation and distribution of finality signature. In particular, this enables us to reward switch blocks, which was impossible with the prior, Highway-specific calculation.
The rewards calculation takes place at the end of an era. In addition to rewarding everything in that era, the algorithm also looks back into blocks from the previous era, depending on the `signature_rewards_max_delay` parameter, to compensate for the delay in creating and distributing finality signatures.

0 comments on commit ea8e9a2

Please sign in to comment.