We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d72472 commit 44cb844Copy full SHA for 44cb844
1 file changed
core/chainio/avs_writer.go
@@ -95,7 +95,7 @@ func (w *AvsWriter) SendAggregatedResponse(batchIdentifierHash [32]byte, batchMe
95
txOpts.NoSend = false
96
i := 0
97
98
- // Set Retry condfig for RespondToTaskV2
+ // Set Retry config for RespondToTaskV2
99
respondToTaskV2Config := retry.DefaultRetryConfig()
100
respondToTaskV2Config.NumRetries = 0
101
respondToTaskV2Config.MaxElapsedTime = 0
0 commit comments