Skip to content

Commit 9eee194

Browse files
authored
chore: remove repetitive word in comment (#764)
Signed-off-by: reddaisyy <[email protected]>
1 parent f2c5166 commit 9eee194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/loadtest/account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ func (ap *AccountPool) RefreshNonce(ctx context.Context, address common.Address)
340340
return nil
341341
}
342342

343-
// NumberOfPendingTxs returns the the difference between the internal nonce
343+
// NumberOfPendingTxs returns the difference between the internal nonce
344344
// and the network pending nonce for all accounts in the pool. It uses
345345
// caching to avoid making too many requests to the network.
346346
func (ap *AccountPool) NumberOfPendingTxs(ctx context.Context) (uint64, error) {

0 commit comments

Comments
 (0)