From a911ff6efdbcbfc344cc01b177db3cc5618748f2 Mon Sep 17 00:00:00 2001 From: Chandragupta Singh Date: Tue, 17 Oct 2023 23:26:21 +0530 Subject: [PATCH] ibc client fix --- app/app.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/app.go b/app/app.go index 5b962996d..8342d97a6 100644 --- a/app/app.go +++ b/app/app.go @@ -44,6 +44,7 @@ import ( icahostkeeper "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/host/keeper" icahosttypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/host/types" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" + ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper" "github.com/cosmos/cosmos-sdk/baseapp" @@ -286,6 +287,7 @@ var ( slashing.AppModuleBasic{}, authzmodule.AppModuleBasic{}, ibc.AppModuleBasic{}, + ibctm.AppModuleBasic{}, upgrade.AppModuleBasic{}, evidence.AppModuleBasic{}, ibctransfer.AppModuleBasic{},