We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f789ee5 commit dda5633Copy full SHA for dda5633
1 file changed
aggregator/internal/pkg/aggregator.go
@@ -276,7 +276,6 @@ func (agg *Aggregator) handleBlsAggServiceResponse(blsAggServiceResp blsagg.BlsA
276
277
agg.logger.Info("Sending aggregated response onchain", "taskIndex", blsAggServiceResp.TaskIndex,
278
"batchIdentifierHash", "0x"+hex.EncodeToString(batchIdentifierHash[:]))
279
- // current_task_block := agg.batchCreatedBlockByIdx[blsAggServiceResp.TaskIndex]
280
for i := 0; i < MaxSentTxRetries; i++ {
281
_, err = agg.sendAggregatedResponse(batchData.BatchMerkleRoot, batchData.SenderAddress, nonSignerStakesAndSignature)
282
if err == nil {
0 commit comments