diff --git a/source/docs/casper/concepts/design/rewards.md b/source/docs/casper/concepts/design/rewards.md index 75058892f6..8826da21ff 100644 --- a/source/docs/casper/concepts/design/rewards.md +++ b/source/docs/casper/concepts/design/rewards.md @@ -94,4 +94,4 @@ For each finality signature: Pie chart showing how rewards are split

-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.