Skip to content

Commit

Permalink
Typo in rewards.md (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Sep 11, 2020
1 parent 8e752df commit 002bb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For any change in delegation, the rewards are reflected after 3 epoch transition
- An Epoch in cardano is 5 days long. Any change in Delegation is captured in snapshot at end of the epoch (at 1st epoch transition).
- The snapshot captured is considered *live* at the next (2nd) epoch transition. This means the pool you delegated to would reflect your delegation in `n+2` epochs, to qualify for chance to make blocks proportional to its stake (which would now include your delegation).
- The blocks made by pool qualifies for rewards, which is calculated at next epoch transition (thus, calculation occurs at `n+3`).
- Finally, The rewards are then payed out at the end of next epoch `n+4`.
- Finally, The rewards are then payed out at the end of next epoch `n+3`.
Thus, if you delegated in epoch `n` your rewards will be with you by the start of epoch `n+4` (technically, it will be at the end of epoch `n+3`).
The visual representation of the above explaination is as per below (using `n=213` in the example):

Expand Down

0 comments on commit 002bb2c

Please sign in to comment.