This commit is contained in:
rigelrozanski 2018-09-28 20:55:22 -04:00
parent 16f5d69329
commit dcf0ddaa03
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ func (vi ValidatorDistInfo) UpdateTotalDelAccum(height int64, totalDelShares sdk
return vi
}
// XXX TODO Update dec logic
// move any available accumulated fees in the FeePool to the validator's pool
func (vi ValidatorDistInfo) TakeFeePoolRewards(fp FeePool, height int64, totalBonded, vdTokens,
commissionRate sdk.Dec) (ValidatorDistInfo, FeePool) {