Merge pull request #678 from bas-vk/feature_635

Support for import/export hex encoded keys
This commit is contained in:
Jeffrey Wilcke
2015-04-09 11:31:44 +02:00
2 changed files with 11 additions and 5 deletions

View File

@ -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.