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 a26c116 commit 2d6e3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/ccv/provider/migrations/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ func (m Migrator) Migrate4to5(ctx sdktypes.Context) error {
func (m Migrator) Migrate5to6(ctx sdktypes.Context) error {
v6.MigrateMinPowerInTopN(ctx, m.providerKeeper)
v6.MigrateParams(ctx, m.paramSpace)
v6.MigrateMinPowerInTopN(ctx, m.providerKeeper)
return nil
}

0 comments on commit 2d6e3f7

Please sign in to comment.