diff --git a/cmd/chain-maind/app/app.go b/cmd/chain-maind/app/app.go index 5fa5e1f57..12e9f7e34 100644 --- a/cmd/chain-maind/app/app.go +++ b/cmd/chain-maind/app/app.go @@ -228,9 +228,6 @@ func txCommand() *cobra.Command { authcmd.GetBroadcastCommand(), authcmd.GetEncodeCommand(), authcmd.GetDecodeCommand(), - flags.LineBreak, - vestingcli.GetTxCmd(), - subscriptioncli.NewTxCmd(), ) app.ModuleBasics.AddTxCommands(cmd)