From a3f41b74b39ae9326962bf183d699081d2840f76 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Thu, 9 Feb 2023 11:58:46 -0600 Subject: [PATCH] Add PFM to TransferKeeper --- app/keepers/keepers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/keepers/keepers.go b/app/keepers/keepers.go index 88db7bb4d..41e9deb32 100644 --- a/app/keepers/keepers.go +++ b/app/keepers/keepers.go @@ -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,