Skip to content

Commit

Permalink
dcrlncli: fix typo verifymessage
Browse files Browse the repository at this point in the history
  • Loading branch information
fguisso authored and matheusd committed Mar 11, 2020
1 parent 72e3e5f commit 2975978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/dcrlncli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -3346,11 +3346,11 @@ var verifyMessageCommand = cli.Command{
Flags: []cli.Flag{
cli.StringFlag{
Name: "msg",
Usage: "the message to verify",
Usage: "The message to verify",
},
cli.StringFlag{
Name: "sig",
Usage: "the zbase32 encoded signature of the message",
Usage: "The zbase32 encoded signature of the message",
},
},
Action: actionDecorator(verifyMessage),
Expand Down

0 comments on commit 2975978

Please sign in to comment.