Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Jul 30, 2024
1 parent 102df19 commit b963de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/bundles/keeper/logic_bundles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit b963de9

Please sign in to comment.