Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Jun 14, 2024
1 parent 67c1c00 commit 3ba9213
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions x/ccv/provider/migrations/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ func (m Migrator) Migrate4to5(ctx sdktypes.Context) error {
func (m Migrator) Migrate5to6(ctx sdktypes.Context) error {
v6.MigrateParams(ctx, m.paramSpace)
v6.MigrateMinPowerInTopN(ctx, m.providerKeeper)
v6.MigrateParams(ctx, m.paramSpace)
return nil
}
1 change: 0 additions & 1 deletion x/ccv/provider/migrations/v6/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
providerkeeper "github.com/cosmos/interchain-security/v4/x/ccv/provider/keeper"

providertypes "github.com/cosmos/interchain-security/v4/x/ccv/provider/types"
)

Expand Down

0 comments on commit 3ba9213

Please sign in to comment.