Skip to content

Commit 44cb844

Browse files
committed
fix comment
1 parent 4d72472 commit 44cb844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/chainio/avs_writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (w *AvsWriter) SendAggregatedResponse(batchIdentifierHash [32]byte, batchMe
9595
txOpts.NoSend = false
9696
i := 0
9797

98-
// Set Retry condfig for RespondToTaskV2
98+
// Set Retry config for RespondToTaskV2
9999
respondToTaskV2Config := retry.DefaultRetryConfig()
100100
respondToTaskV2Config.NumRetries = 0
101101
respondToTaskV2Config.MaxElapsedTime = 0

0 commit comments

Comments
 (0)