Skip to content

Commit a062ff3

Browse files
committed
fix retry config naming conflict
1 parent 9e9874b commit a062ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operator/pkg/s3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func RequestBatch(req *http.Request, ctx context.Context) func() (*http.Response
3232

3333
func RequestBatchRetryable(ctx context.Context, logger logging.Logger, req *http.Request) (*http.Response, error) {
3434

35-
return retry.RetryWithData(RequestBatch(req, ctx), retry.DefaultRetryConfig())
35+
return retry.RetryWithData(RequestBatch(req, ctx), retry.EthCallRetryConfig())
3636
}
3737

3838
func (o *Operator) getBatchFromDataService(ctx context.Context, batchURL string, expectedMerkleRoot [32]byte, maxRetries int, retryDelay time.Duration) ([]VerificationData, error) {

0 commit comments

Comments
 (0)