From 316ac7ba6b72edf73976dc535b8f058410ae610a Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 21 Dec 2023 11:44:15 +0100 Subject: [PATCH] comments --- ignite/templates/app/files/app/ibc.go.plush | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ignite/templates/app/files/app/ibc.go.plush b/ignite/templates/app/files/app/ibc.go.plush index c750a15c84..7c76bc9506 100644 --- a/ignite/templates/app/files/app/ibc.go.plush +++ b/ignite/templates/app/files/app/ibc.go.plush @@ -4,7 +4,6 @@ import ( "cosmossdk.io/core/appmodule" storetypes "cosmossdk.io/store/types" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/types/module" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" @@ -182,7 +181,7 @@ func (app *App) registerIBCModules() { } // Since the IBC modules don't support dependency injection, we need to -// manually add the modules to the basic manager on the client side. +// manually register the modules on the client side. // This needs to be removed after IBC supports App Wiring. func RegisterIBC(registry cdctypes.InterfaceRegistry) map[string]appmodule.AppModule { modules := map[string]appmodule.AppModule{