From 2e34487f88db9446c1044f3562846ca5a172969c Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Wed, 31 Jan 2024 11:41:55 +0100 Subject: [PATCH] Typo --- eth_defi/hotwallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_defi/hotwallet.py b/eth_defi/hotwallet.py index f25ac981..ba3ee6c7 100644 --- a/eth_defi/hotwallet.py +++ b/eth_defi/hotwallet.py @@ -106,7 +106,7 @@ class HotWallet: .. note :: - This class is not thread safe. If mutiple threads try to sign transactions + This class is not thread safe. If multiple threads try to sign transactions at the same time, nonce tracking may be lost. `See also how to create private keys from command line `_.