aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-04-09 17:31:44 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-04-09 17:31:44 +0800
commit558683d10cb059a55b181d94d82c2c7292f96680 (patch)
tree54d6af8801184d96987a0f4c83161220544f1338 /cmd
parent79cc3cc98e0c2622612de242b95da60218cca20a (diff)
parentef393da9334adcf99187c0825df025596ae41fb3 (diff)
downloadgo-tangerine-558683d10cb059a55b181d94d82c2c7292f96680.tar
go-tangerine-558683d10cb059a55b181d94d82c2c7292f96680.tar.gz
go-tangerine-558683d10cb059a55b181d94d82c2c7292f96680.tar.bz2
go-tangerine-558683d10cb059a55b181d94d82c2c7292f96680.tar.lz
go-tangerine-558683d10cb059a55b181d94d82c2c7292f96680.tar.xz
go-tangerine-558683d10cb059a55b181d94d82c2c7292f96680.tar.zst
go-tangerine-558683d10cb059a55b181d94d82c2c7292f96680.zip
Merge pull request #678 from bas-vk/feature_635
Support for import/export hex encoded keys
Diffstat (limited to 'cmd')
-rw-r--r--cmd/geth/main.go3
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.