Skip to content

Commit

Permalink
set transfer keeper for pfm
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 committed Sep 20, 2023
1 parent 5db5e61 commit 9190ab9
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 9190ab9

Please sign in to comment.