From 65480e5b0167f6f5bebfaca9957482c45e49c82a Mon Sep 17 00:00:00 2001 From: dudong2 Date: Thu, 18 Jul 2024 17:10:23 +0900 Subject: [PATCH] chore: Remove comment related ibc fee module --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index f1f67e88..63603c84 100644 --- a/app/app.go +++ b/app/app.go @@ -582,7 +582,7 @@ func NewCanto( // since fee middleware will wrap the IBCKeeper for underlying application. app.TransferKeeper = ibctransferkeeper.NewKeeper( appCodec, keys[ibctransfertypes.StoreKey], app.GetSubspace(ibctransfertypes.ModuleName), - app.IBCKeeper.ChannelKeeper, // ISC4 Wrapper: fee IBC middleware + app.IBCKeeper.ChannelKeeper, // ICS4 Wrapper app.IBCKeeper.ChannelKeeper, app.IBCKeeper.PortKeeper, app.AccountKeeper, app.BankKeeper, scopedTransferKeeper, authtypes.NewModuleAddress(govtypes.ModuleName).String(),