Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gamarin2 committed May 22, 2018
1 parent 23fc988 commit 5231190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VALIDATORS_FAQ.md
Expand Up @@ -177,7 +177,7 @@ We have to solve this simple equation to find the reward R for each validator:
* For the proposer validator
* The pool obtains R + R*5%: 105 Atoms
* Commission: 105*80%*1% = 0.84 Atoms
* Validator's reward: 100 * 20% + Commission = 21.84 Atoms
* Validator's reward: 105 * 20% + Commission = 21.84 Atoms
* Delegators' rewards: 105 * 80% - Commission = 83.16 Atoms (each delegator will be able to claim its portion of these rewards in proportion to their stake)
* For each non-proposer validator
* The pool obtains R: 100 Atoms
Expand Down

0 comments on commit 5231190

Please sign in to comment.