aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/message_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: replace passPHRASE with passWORD in user interactions (#19932)SjonHortensius2019-08-121-3/+3
| | | | | | | | | * Ref #19906 - replace passPHRASE with passWORD in any user interactions this skips doccomments and variablenames to minimize impact. It does however include a rename of the `ethkey` `changepassphrase` parameter * console: fix JavaScript error capitalization
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
|
* cmd/ethkey: fix formatting, review nits (#15807)Felix Lange2018-01-161-0/+70
This commit: - Adds a --msgfile option to read the message to sign from a file instead of command line argument. - Adds a unit test for signing subcommands. - Removes some weird whitespace in the code.