Skip to content

Commit

Permalink
chore: remove unecessary placeholder (#4023)
Browse files Browse the repository at this point in the history
* chore: remove unecessary placeholder

* another one
  • Loading branch information
julienrbrt committed May 29, 2024
1 parent 65837ba commit d039604
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ignite/templates/app/files-consumer/app/app.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ import (
"github.com/cosmos/cosmos-sdk/x/auth/ante"
ibcconsumerkeeper "github.com/cosmos/interchain-security/v3/x/ccv/consumer/keeper"
ibcconsumertypes "github.com/cosmos/interchain-security/v3/x/ccv/consumer/types"
// this line is used by starport scaffolding # stargate/app/moduleImport

"<%= ModulePath %>/docs"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import (
ibcexported "github.com/cosmos/ibc-go/v8/modules/core/exported"
"google.golang.org/protobuf/types/known/durationpb"
ibcconsumertypes "github.com/cosmos/interchain-security/v3/x/ccv/consumer/types"
// this line is used by starport scaffolding # stargate/app/moduleImport
)

var (
Expand Down
1 change: 0 additions & 1 deletion ignite/templates/app/files-minimal/app/app_config.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ var (
// NOTE: Capability module must occur first so that it can initialize any capabilities
// so that other modules that want to create or claim capabilities afterwards in InitChain
// can do so safely.

genesisModuleOrder = []string{
// cosmos-sdk modules
authtypes.ModuleName,
Expand Down

0 comments on commit d039604

Please sign in to comment.