diff --git a/app/consumer-democracy/app.go b/app/consumer-democracy/app.go index 27728ad655..e7a1eb7542 100644 --- a/app/consumer-democracy/app.go +++ b/app/consumer-democracy/app.go @@ -465,7 +465,7 @@ func New( runtime.NewKVStoreService(keys[ibctransfertypes.StoreKey]), app.GetSubspace(ibctransfertypes.ModuleName), app.IBCKeeper.ChannelKeeper, - app.IBCKeeper.ChannelKeeper, + app.IBCKeeper.ChannelKeeperV2, app.MsgServiceRouter(), app.AccountKeeper, app.BankKeeper, diff --git a/app/consumer/app.go b/app/consumer/app.go index 4401b4035e..3dbcfd69fc 100644 --- a/app/consumer/app.go +++ b/app/consumer/app.go @@ -371,7 +371,7 @@ func New( runtime.NewKVStoreService(keys[ibctransfertypes.StoreKey]), app.GetSubspace(ibctransfertypes.ModuleName), app.IBCKeeper.ChannelKeeper, - app.IBCKeeper.ChannelKeeper, + app.IBCKeeper.ChannelKeeperV2 app.MsgServiceRouter(), app.AccountKeeper, app.BankKeeper,