Skip to content

Commit

Permalink
chore: lint issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soring323 committed Feb 26, 2024
1 parent e4e2be3 commit ef66ec7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ func (appKeepers *AppKeepers) InitNormalKeepers(
ibcRouter := ibcporttypes.NewRouter()
ibcRouter.AddRoute(icahosttypes.SubModuleName, icaHostIBCModule).
AddRoute(ibctransfertypes.ModuleName, transferIBCModule)
//.AddRoute(wasm.ModuleName, wasm.NewIBCHandler(appKeepers.WasmKeeper, appKeepers.IBCKeeper.ChannelKeeper, appKeepers.IBCKeeper.ChannelKeeper))
ibcRouter.AddRoute(wasm.ModuleName, ics101WasmStack)
// this line is used by starport scaffolding # ibc/app/router
appKeepers.IBCKeeper.SetRouter(ibcRouter)
Expand Down

0 comments on commit ef66ec7

Please sign in to comment.