Skip to content

Commit

Permalink
Merge pull request icon-project#25 from Spl3en/patch-1
Browse files Browse the repository at this point in the history
Fix a minor typo
  • Loading branch information
sojinkim-icon authored May 24, 2019
2 parents 63d67d6 + 7ff780c commit 4cf6951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/python-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ You can load an existing EOA by calling `load` function.
After creation, the address and private Key can be looked up.

```python
# Loads a wallet from a key store file
# Loads a wallet from a private key
wallet = KeyWallet.load(TEST_PRIVATE_KEY) # bytes of the private key
print("address: ", wallet.get_address()) # Returns an address
print("private key: ", wallet.get_private_key()) # Returns a private key
Expand Down

0 comments on commit 4cf6951

Please sign in to comment.