Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Jun 15, 2023
1 parent 6a88018 commit aa5f8eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/apps/27-interchain-accounts/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ func (am AppModule) RegisterServices(cfg module.Configurator) {
controllerMigrator := controllerkeeper.NewMigrator(am.controllerKeeper)
if err := cfg.RegisterMigration(types.ModuleName, 1, controllerMigrator.AssertChannelCapabilityMigrations); err != nil {
panic(fmt.Sprintf("failed to migrate interchainaccounts app from version 1 to 2 (channel capabilities owned by controller submodule check): %v", err))

}

hostMigrator := hostkeeper.NewMigrator(am.hostKeeper)
Expand Down

0 comments on commit aa5f8eb

Please sign in to comment.