Skip to content

Commit

Permalink
remove cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Mar 27, 2024
1 parent 4d8680b commit 39116c1
Show file tree
Hide file tree
Showing 4 changed files with 844 additions and 745 deletions.
3 changes: 1 addition & 2 deletions app/ibctesting/simapp/simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"os"
"path/filepath"

sdkcmd "cosmossdk.io/simapp/simd/cmd"
"cosmossdk.io/store"
"cosmossdk.io/store/snapshots"
snapshottypes "cosmossdk.io/store/snapshots/types"
Expand Down Expand Up @@ -169,7 +168,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
genutilcli.ValidateGenesisCmd(simapp.ModuleBasics),
AddGenesisAccountCmd(simapp.DefaultNodeHome),
tmcli.NewCompletionCmd(rootCmd, true),
sdkcmd.NewTestnetCmd(simapp.ModuleBasics, banktypes.GenesisBalancesIterator{}),
// sdkcmd.NewTestnetCmd(simapp.ModuleBasics, banktypes.GenesisBalancesIterator{}),
debug.Cmd(),
config.Cmd(),
)
Expand Down
Loading

0 comments on commit 39116c1

Please sign in to comment.