Skip to content

Commit

Permalink
fix ibc route path
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jan 18, 2024
1 parent da4f325 commit d6e1435
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 @@ -546,7 +546,7 @@ func NewMinitiaApp(
AddRoute(icacontrollertypes.SubModuleName, icaControllerStack).
AddRoute(icaauthtypes.ModuleName, icaControllerStack).
AddRoute(wasmtypes.ModuleName, wasmIBCStack).
AddRoute(fetchpricetypes.ModuleName, fetchpriceConsumerStack)
AddRoute(fetchpriceconsumertypes.SubModuleName, fetchpriceConsumerStack)

app.IBCKeeper.SetRouter(ibcRouter)

Expand Down

0 comments on commit d6e1435

Please sign in to comment.