Skip to content

Commit dda5633

Browse files
committed
chore: remove comment
1 parent f789ee5 commit dda5633

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aggregator/internal/pkg/aggregator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ func (agg *Aggregator) handleBlsAggServiceResponse(blsAggServiceResp blsagg.BlsA
276276

277277
agg.logger.Info("Sending aggregated response onchain", "taskIndex", blsAggServiceResp.TaskIndex,
278278
"batchIdentifierHash", "0x"+hex.EncodeToString(batchIdentifierHash[:]))
279-
// current_task_block := agg.batchCreatedBlockByIdx[blsAggServiceResp.TaskIndex]
280279
for i := 0; i < MaxSentTxRetries; i++ {
281280
_, err = agg.sendAggregatedResponse(batchData.BatchMerkleRoot, batchData.SenderAddress, nonSignerStakesAndSignature)
282281
if err == nil {

0 commit comments

Comments
 (0)