Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit aecb73a

Browse files
authored
fix typo
1 parent 85efc86 commit aecb73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Contains the Transaction class, with the following methods and values:
160160

161161
### ethereum.tools.keys
162162

163-
Creates encrypted private key storaes
163+
Creates encrypted private key storages
164164

165165
* `decode_keystore_json(jsondata, password)` - returns the private key from an encrypted keystore object. NOTE: if you are loading from a file, the most convenient way to do this is `import json; key = decode_keystore_json(json.load(open('filename.json')), 'password')`
166166
* `make_keystore_json(key, pw, kdf='pbkdf2', cipher='aes-128-ctr')` - creates an encrypted keystore object for the key. Keeping `kdf` and `cipher` at their default values is recommended.

0 commit comments

Comments
 (0)