Skip to content

Commit 96a861c

Browse files
pxwangluleovct
andauthored
docs: nit (#682)
Signed-off-by: pxwanglu <[email protected]> Co-authored-by: Léo Vincent <[email protected]>
1 parent 874fa1a commit 96a861c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/loadtest/tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func waitReceiptWithTimeout(ctx context.Context, client *ethclient.Client, txHas
2626
return internalWaitReceipt(ctx, client, txHash, 0, 0, timeout)
2727
}
2828

29-
// waitReceiptWithRetriesAndTimeout waits for a transaction receipt with retries, exponential backoff, and a timeout.
29+
// internalWaitReceipt waits for a transaction receipt with retries, exponential backoff, and a timeout.
3030
func internalWaitReceipt(ctx context.Context, client *ethclient.Client, txHash common.Hash, maxRetries uint, initialDelayMs uint, timeout time.Duration) (*types.Receipt, error) {
3131
// Set defaults for zero values
3232
effectiveTimeout := timeout

0 commit comments

Comments
 (0)