Skip to content

Commit

Permalink
fix: set ibc keepers for forwarding (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey authored Nov 13, 2024
1 parent 2fe3ec3 commit 2592437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ func (app *App) RegisterLegacyModules() error {
AddRoute(transfertypes.ModuleName, transferStack)
app.IBCKeeper.SetRouter(ibcRouter)

app.ForwardingKeeper.SetIBCKeepers(app.IBCKeeper.ChannelKeeper, app.TransferKeeper)

return app.RegisterModules(
capability.NewAppModule(app.appCodec, *app.CapabilityKeeper, true),
ibc.NewAppModule(app.IBCKeeper),
Expand Down

0 comments on commit 2592437

Please sign in to comment.