Multisig: Fix from flag descriptions

This commit is contained in:
Łukasz Magiera 2020-09-24 18:46:21 +02:00 committed by GitHub
parent a19023fada
commit 130ae3ccb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -968,7 +968,7 @@ var msigLockProposeCmd = &cli.Command{
Flags: []cli.Flag{
&cli.StringFlag{
Name: "from",
Usage: "account to send the approve message from",
Usage: "account to send the propose message from",
},
},
Action: func(cctx *cli.Context) error {
@ -1152,7 +1152,7 @@ var msigLockCancelCmd = &cli.Command{
Flags: []cli.Flag{
&cli.StringFlag{
Name: "from",
Usage: "account to send the approve message from",
Usage: "account to send the cancel message from",
},
},
Action: func(cctx *cli.Context) error {