diff --git a/x/bundles/keeper/logic_bundles.go b/x/bundles/keeper/logic_bundles.go index f1afd337..764dd198 100644 --- a/x/bundles/keeper/logic_bundles.go +++ b/x/bundles/keeper/logic_bundles.go @@ -567,7 +567,6 @@ func (k Keeper) GetVoteDistribution(ctx sdk.Context, poolId uint64) (voteDistrib func (k Keeper) tallyBundleProposal(ctx sdk.Context, bundleProposal types.BundleProposal, poolId uint64) (types.TallyResult, error) { // Increase points of stakers who did not vote at all + slash + remove if there is a bundle proposal. // The protocol requires everybody to stay always active. - // TODO why does this not fix the unit test? if bundleProposal.StorageId != "" { k.handleNonVoters(ctx, poolId) }