From dcf0ddaa0334c72d4a98807832d50408114c5ed5 Mon Sep 17 00:00:00 2001 From: rigelrozanski Date: Fri, 28 Sep 2018 20:55:22 -0400 Subject: [PATCH] ... --- x/distribution/types/validator_info.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/distribution/types/validator_info.go b/x/distribution/types/validator_info.go index 1ea5fc27e..4a17e22ae 100644 --- a/x/distribution/types/validator_info.go +++ b/x/distribution/types/validator_info.go @@ -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) {