diff options
author | Bas van Kervel <basvankervel@ziggo.nl> | 2015-04-09 05:03:47 +0800 |
---|---|---|
committer | Bas van Kervel <basvankervel@ziggo.nl> | 2015-04-09 05:03:47 +0800 |
commit | b3a3fdf9a447bd2b3f862380d87c675138da78e7 (patch) | |
tree | 77a46c32738d3a3625a7dcbb0cd292e40054cdf2 /cmd | |
parent | 6284604b52e075e454e61f2933cadaaf9ded364b (diff) | |
download | go-tangerine-b3a3fdf9a447bd2b3f862380d87c675138da78e7.tar.gz go-tangerine-b3a3fdf9a447bd2b3f862380d87c675138da78e7.tar.zst go-tangerine-b3a3fdf9a447bd2b3f862380d87c675138da78e7.zip |
Support for import/export hex encoded keys, closes #635
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/main.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 9437f8eb4..02964dadf 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -149,8 +149,7 @@ password to file or expose in any other way. Imports an unencrypted private key from <keyfile> and creates a new account. Prints the address. -The keyfile is assumed to contain an unencrypted private key in canonical EC -raw bytes format. +The keyfile is assumed to contain an unencrypted private key in hexadecimal format. The account is saved in encrypted format, you are prompted for a passphrase. |