Skip to content

Commit

Permalink
fix missed conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 20, 2023
1 parent 934d089 commit 4048162
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
10 changes: 0 additions & 10 deletions ignite/templates/app/files/app/ibc.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ func (app *App) registerIBCModules() {
panic(err)
}

// set params subspaces
for _, m := range []string{
ibctransfertypes.ModuleName,
ibcexported.ModuleName,
icacontrollertypes.SubModuleName,
icahosttypes.SubModuleName,
} {
app.ParamsKeeper.Subspace(m)
}

// register the key tables for legacy param subspaces
keyTable := ibcclienttypes.ParamKeyTable()
keyTable.RegisterParamSet(&ibcconnectiontypes.Params{})
Expand Down

This file was deleted.

0 comments on commit 4048162

Please sign in to comment.