Skip to content

Commit

Permalink
Add PFM to TransferKeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 9, 2023
1 parent 1d76182 commit a3f41b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ func NewAppKeepers(
appKeepers.keys[ibctransfertypes.StoreKey],
appKeepers.GetSubspace(ibctransfertypes.ModuleName),
// The ICS4Wrapper is replaced by the PacketForwardKeeper instead of the channel so that sending can be overridden by the middleware
// appKeepers.PacketForwardKeeper,
appKeepers.IBCKeeper.ChannelKeeper, // TODO: replace this with the above line for v13-part2
appKeepers.PacketForwardKeeper,
// appKeepers.IBCKeeper.ChannelKeeper, // TODO: replace this with the above line for v13-part2
appKeepers.IBCKeeper.ChannelKeeper,
&appKeepers.IBCKeeper.PortKeeper,
appKeepers.AccountKeeper,
Expand Down

0 comments on commit a3f41b7

Please sign in to comment.