aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/run_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-1/+1
|
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
|
* cmd/ethkey: fix formatting, review nits (#15807)Felix Lange2018-01-161-0/+54
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.