Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
sendTxWithBackoff
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Aug 8, 2023
1 parent 4543c2d commit 23d1bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/proof_submitter/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func sendTxWithBackoff(
retryInterval time.Duration,
maxRetry *uint64,
waitReceiptTimeout time.Duration,
proveBlocktxGasLimit *uint64,
) error {
var (
isUnretryableError bool
Expand Down

0 comments on commit 23d1bb2

Please sign in to comment.