autonity / autonity-cli

Command line interface to interact with Autonity
MIT License
11 stars 10 forks source link

`aut account verify-signature` command line parameter `-f` does not work #170

Closed flofrie closed 1 week ago

flofrie commented 3 weeks ago

According to aut account verify-signature -h, the command line switch -f for specifying the FROM address should be equivalent to --from.

However, this does not work:

aut -v account verify-signature -f [FROM-ADDRESS] [MESSAGE] sigfile.txt

(Fails with "Error: Got unexpected extra argument (sigfile.txt)")

... whereas this does:

aut -v account verify-signature --from [FROM-ADDRESS] [MESSAGE] sigfile.txt

szemate commented 1 week ago

Resolved by #171