Skip to content

Commit

Permalink
Fix inconsistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt authored Jul 15, 2024
1 parent 919947d commit d9d4305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/migrations/vX/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
providerkeeper "github.com/cosmos/interchain-security/v5/x/ccv/provider/keeper"
)

// MigrateMaxValidatorsForExistingConsumers initializes the max validators
// InitializeMaxValidatorsForExistingConsumers initializes the max validators
// parameter for existing consumers to the MaxProviderConsensusValidators parameter.
// This is necessary to avoid those consumer chains having an excessive amount of validators.
func InitializeMaxValidatorsForExistingConsumers(ctx sdk.Context, providerKeeper providerkeeper.Keeper) {
Expand Down

0 comments on commit d9d4305

Please sign in to comment.