Skip to content

Commit 4cefc7b

Browse files
committed
Fixed typo in docs
1 parent 04207b1 commit 4cefc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/chain/ethereum/ethutil/nonce.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
const localNonceTrustDuration = 5 * time.Second
1616

1717
// NonceManager tracks the nonce for the account and allows to update it after
18-
// each successfully submitted transaction. Tracking the nonce locall is
18+
// each successfully submitted transaction. Tracking the nonce locally is
1919
// required when transactions are submitted from multiple goroutines or when
2020
// multiple Ethereum clients are deployed behind a load balancer, there are no
2121
// sticky sessions and mempool synchronization between them takes some time.

0 commit comments

Comments
 (0)