Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Feb 15, 2024
1 parent 20f9625 commit 7a2b2d9
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 @@ -232,7 +232,7 @@ func (k Keeper) ComputeNextValidators(ctx sdk.Context,

// ResetCurrentValidators resets the opted-in validators with the newest set that was computed by
// `ComputePartialSetValidatorUpdates` and hence this method should only be called after
// `ComputePartialSetValidatorUpdates` has complete. Method also clears all the `ToBeOptedIn` and `ToBeOptedOut` states.
// `ComputePartialSetValidatorUpdates` has completed. Method also clears all the `ToBeOptedIn` and `ToBeOptedOut` states.
func (k Keeper) ResetCurrentValidators(ctx sdk.Context, chainID string, nextValidators []OptedInValidator) {
k.DeleteAllOptedIn(ctx, chainID)
for _, val := range nextValidators {
Expand Down

0 comments on commit 7a2b2d9

Please sign in to comment.