Skip to content

Commit

Permalink
remove unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Jul 3, 2023
1 parent 6b8b0a0 commit d7fd56b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ignite/templates/app/files/app/app_config.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import (
icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types"
ibcfeetypes "github.com/cosmos/ibc-go/v7/modules/apps/29-fee/types"
ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types"
ibchost "github.com/cosmos/ibc-go/v7/modules/core/24-host"
ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported"
"google.golang.org/protobuf/types/known/durationpb"

Expand All @@ -66,7 +65,6 @@ var (
banktypes.ModuleName,
distrtypes.ModuleName,
stakingtypes.ModuleName,
ibchost.SubModuleName,
ibcexported.ModuleName,
ibctransfertypes.ModuleName,
slashingtypes.ModuleName,
Expand Down Expand Up @@ -107,7 +105,6 @@ var (
govtypes.ModuleName,
crisistypes.ModuleName,
ibctransfertypes.ModuleName,
ibchost.SubModuleName,
icatypes.ModuleName,
genutiltypes.ModuleName,
authz.ModuleName,
Expand All @@ -127,7 +124,6 @@ var (
stakingtypes.ModuleName,
ibcexported.ModuleName,
ibctransfertypes.ModuleName,
ibchost.SubModuleName,
capabilitytypes.ModuleName,
authtypes.ModuleName,
banktypes.ModuleName,
Expand Down

0 comments on commit d7fd56b

Please sign in to comment.