Skip to content

Commit

Permalink
Merge pull request #252 from notional-labs/faddat/ibc-hooks
Browse files Browse the repository at this point in the history
set transfer keeper for pfm
  • Loading branch information
faddat authored Sep 20, 2023
2 parents 5db5e61 + 9190ab9 commit ed23688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@ func NewMigalooApp(
scopedTransferKeeper,
)

app.RouterKeeper.SetTransferKeeper(app.TransferKeeper)

// ICA Host keeper
app.ICAHostKeeper = icahostkeeper.NewKeeper(
appCodec, keys[icahosttypes.StoreKey], app.GetSubspace(icahosttypes.SubModuleName),
Expand Down

0 comments on commit ed23688

Please sign in to comment.