Skip to content

Commit 575553d

Browse files
Problem: duplicate commands(#421)
1 parent 22f169d commit 575553d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/chain-maind/app/app.go

-3
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,6 @@ func txCommand() *cobra.Command {
228228
authcmd.GetBroadcastCommand(),
229229
authcmd.GetEncodeCommand(),
230230
authcmd.GetDecodeCommand(),
231-
flags.LineBreak,
232-
vestingcli.GetTxCmd(),
233-
subscriptioncli.NewTxCmd(),
234231
)
235232

236233
app.ModuleBasics.AddTxCommands(cmd)

0 commit comments

Comments
 (0)