From 6caaf5fdba8e7ce41e8a9d44654c141f85c9c38f Mon Sep 17 00:00:00 2001 From: Angelo RC Date: Wed, 21 Aug 2024 16:56:02 +0200 Subject: [PATCH] fix: Remove IBCFeeKeeper and replace with ChannelKeeper in app.go (#234) --- app/app.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/app.go b/app/app.go index 9b14c64a..67291177 100644 --- a/app/app.go +++ b/app/app.go @@ -442,8 +442,7 @@ func NewBitsongApp( app.IBCKeeper.ChannelKeeper, app.DistrKeeper, app.BankKeeper, - // The ICS4Wrapper is replaced by the IBCFeeKeeper instead of the channel so that sending can be overridden by the middleware - &app.IBCFeeKeeper, + app.IBCKeeper.ChannelKeeper, ) // Create Transfer Keepers