Update exchanges.md - typo

pull/10839/head
gaardiolor 2 years ago committed by GitHub
parent 38eb4eed97
commit 0b6bf701ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -311,7 +311,7 @@ walletAddress must be in hex format: `0x<40 hex characters>`, and can be easily
privateKey also must be in hex format: `0x<64 hex characters>`.
If needed you can use your mnemonic phrase (the 12 or 24 words you had to write down when creating your wallet) to generate your pivate key in python. First install eth_account:
If needed you can use your mnemonic phrase (the 12 or 24 words you had to write down when creating your wallet) to generate your private key in python. First install eth_account:
```shell
$ pip3 install eth_account
```

Loading…
Cancel
Save