Skip to content

Commit

Permalink
add correct ibctransfer stack (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer authored Nov 6, 2023
1 parent abd6fe1 commit d8c41e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ func NewMigalooApp(

// Create static IBC router, add app routes, then set and seal it
ibcRouter := porttypes.NewRouter().
AddRoute(ibctransfertypes.ModuleName, transferStack).
AddRoute(ibctransfertypes.ModuleName, hooksTransferStack).
AddRoute(wasm.ModuleName, wasmStack).
AddRoute(intertxtypes.ModuleName, icaControllerStack).
AddRoute(icacontrollertypes.SubModuleName, icaControllerStack).
Expand Down

0 comments on commit d8c41e2

Please sign in to comment.