address @cwgoes comments

This commit is contained in:
rigelrozanski
2018-10-15 02:34:01 -04:00
parent 06fa518e30
commit 2ece2ff37c
11 changed files with 46 additions and 68 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# End Block
At each endblock, the fees received are allocated to the proposer, community fund,
and pool. When the validator is the proposer of the round, that
and global pool. When the validator is the proposer of the round, that
validator (and their delegators) receives between 1% and 5% of fee rewards, the
reserve community tax is then charged, then the remainder is distributed
proportionally by voting power to all bonded validators independent of whether
+1 -1
View File
@@ -42,7 +42,7 @@ Validator distribution information for the relevant validator is updated each ti
```golang
type ValidatorDistInfo struct {
FewPoolWithdrawalHeight int64 // last height this validator withdrew from the global fee pool
FeePoolWithdrawalHeight int64 // last height this validator withdrew from the global fee pool
Pool DecCoins // rewards owed to delegators, commission has already been charged (includes proposer reward)
PoolCommission DecCoins // commission collected by this validator (pending withdrawal)