From 0b6bf701ef451a09f382e51a31cf276d37c5116a Mon Sep 17 00:00:00 2001 From: gaardiolor Date: Wed, 6 Nov 2024 10:29:23 +0100 Subject: [PATCH] Update exchanges.md - typo --- docs/exchanges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/exchanges.md b/docs/exchanges.md index 166e48a15..14cad5f5e 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -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 ```