We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04207b1 commit 4cefc7bCopy full SHA for 4cefc7b
pkg/chain/ethereum/ethutil/nonce.go
@@ -15,7 +15,7 @@ import (
15
const localNonceTrustDuration = 5 * time.Second
16
17
// NonceManager tracks the nonce for the account and allows to update it after
18
-// each successfully submitted transaction. Tracking the nonce locall is
+// each successfully submitted transaction. Tracking the nonce locally is
19
// required when transactions are submitted from multiple goroutines or when
20
// multiple Ethereum clients are deployed behind a load balancer, there are no
21
// sticky sessions and mempool synchronization between them takes some time.
0 commit comments