Update exchanges.md - typo

This commit is contained in:
gaardiolor
2024-11-06 10:29:23 +01:00
committed by GitHub
parent 38eb4eed97
commit 0b6bf701ef

View File

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