Skip to content

Commit

Permalink
client/flags: remove NewCompletionCmd() (cosmos#6632)
Browse files Browse the repository at this point in the history
The functionality was adopted tendermint upstream, see
* tendermint/tendermint#4665
  • Loading branch information
Alessio Treglia authored Jul 7, 2020
1 parent e85be34 commit b7a4f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func init() {
genutilcli.GenTxCmd(simapp.ModuleBasics, banktypes.GenesisBalancesIterator{}, simapp.DefaultNodeHome),
genutilcli.ValidateGenesisCmd(simapp.ModuleBasics),
AddGenesisAccountCmd(simapp.DefaultNodeHome),
flags.NewCompletionCmd(rootCmd, true),
cli.NewCompletionCmd(rootCmd, true),
testnetCmd(simapp.ModuleBasics, banktypes.GenesisBalancesIterator{}),
debug.Cmd(),
)
Expand Down

0 comments on commit b7a4f98

Please sign in to comment.