Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/partial_set_security.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Poke <[email protected]>
  • Loading branch information
insumity and mpoke authored Feb 16, 2024
1 parent 7a2b2d9 commit 000760a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/partial_set_security.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func (k Keeper) ComputeNextValidators(ctx sdk.Context,
) []OptedInValidator {
isRemoved := make(map[string]bool)
for _, val := range validatorAddressesToRemove {
isRemoved[val.ToSdkConsAddr().String()] = true
isRemoved[val.String()] = true
}

var out []OptedInValidator
Expand Down

0 comments on commit 000760a

Please sign in to comment.