Skip to content

Commit

Permalink
nit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Feb 15, 2024
1 parent 6fa64fa commit 20f9625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/key_assignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ func (k Keeper) MustApplyKeyAssignmentToValUpdates(
for _, replacement := range k.GetAllKeyAssignmentReplacements(ctx, chainID) {
providerAddr := types.NewProviderConsAddress(replacement.ProviderAddr)

// filter out key-assignment replacements
if !considerKeyReplacement(providerAddr) {
// filter out key-assignment replacements
continue
}

Expand Down

0 comments on commit 20f9625

Please sign in to comment.