From 25a77451e2118159d43425a01001807c7bfaf1a6 Mon Sep 17 00:00:00 2001 From: kienn6034 Date: Wed, 27 Mar 2024 11:08:45 +0700 Subject: [PATCH] remove ibcclientclient --- app/app.go | 3 --- app/ibctesting/simapp/app.go | 1 - 2 files changed, 4 deletions(-) diff --git a/app/app.go b/app/app.go index b3259e72..e7b07451 100644 --- a/app/app.go +++ b/app/app.go @@ -85,7 +85,6 @@ import ( ibctransferkeeper "github.com/cosmos/ibc-go/v8/modules/apps/transfer/keeper" ibctransfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types" ibc "github.com/cosmos/ibc-go/v8/modules/core" - ibcclientclient "github.com/cosmos/ibc-go/v8/modules/core/02-client/client" ibchost "github.com/cosmos/ibc-go/v8/modules/core/exported" ibckeeper "github.com/cosmos/ibc-go/v8/modules/core/keeper" customibctransfer "github.com/notional-labs/composable/v6/custom/ibc-transfer" @@ -172,8 +171,6 @@ func getGovProposalHandlers() []govclient.ProposalHandler { govProposalHandlers = append(govProposalHandlers, paramsclient.ProposalHandler, - ibcclientclient.UpdateClientProposalHandler, - ibcclientclient.UpgradeProposalHandler, // this line is used by starport scaffolding # stargate/app/govProposalHandler ) diff --git a/app/ibctesting/simapp/app.go b/app/ibctesting/simapp/app.go index ffaceb3a..2d9f8b53 100644 --- a/app/ibctesting/simapp/app.go +++ b/app/ibctesting/simapp/app.go @@ -113,7 +113,6 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types" ibc "github.com/cosmos/ibc-go/v8/modules/core" ibcclient "github.com/cosmos/ibc-go/v8/modules/core/02-client" - ibcclientclient "github.com/cosmos/ibc-go/v8/modules/core/02-client/client" ibcclienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types" porttypes "github.com/cosmos/ibc-go/v8/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v8/modules/core/exported"