address @cwgoes comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user