Skip to content

Commit

Permalink
x/auth: add sign-batch command (cosmos#6350)
Browse files Browse the repository at this point in the history
The command processes list of transactions from file
(one StdTx each line), generate signed transactions
or signatures and print their JSON encoding, delimited
by '\n'. As the signatures are generated, the command
increments the sequence number automatically.

Author: @jgimeno
Reviewed-by: @alessio
  • Loading branch information
Alessio Treglia authored Jun 8, 2020
1 parent f26a935 commit 80c7e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/simcli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func txCmd(cdc *codec.Codec) *cobra.Command {
bankcmd.NewSendTxCmd(clientCtx),
flags.LineBreak,
authcmd.GetSignCommand(cdc),
authcmd.GetSignBatchCommand(cdc),
authcmd.GetMultiSignCommand(cdc),
authcmd.GetValidateSignaturesCommand(cdc),
flags.LineBreak,
Expand Down

0 comments on commit 80c7e87

Please sign in to comment.