Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Sep 16, 2024
1 parent f789ee5 commit dda5633
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aggregator/internal/pkg/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ func (agg *Aggregator) handleBlsAggServiceResponse(blsAggServiceResp blsagg.BlsA

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

0 comments on commit dda5633

Please sign in to comment.