From dda56336cddf5e0a897f4bf1856827bcf6b946f3 Mon Sep 17 00:00:00 2001 From: Urix <43704209+uri-99@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:27:35 -0300 Subject: [PATCH] chore: remove comment --- aggregator/internal/pkg/aggregator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/aggregator/internal/pkg/aggregator.go b/aggregator/internal/pkg/aggregator.go index d50f8bb2d..8e6a0ef1a 100644 --- a/aggregator/internal/pkg/aggregator.go +++ b/aggregator/internal/pkg/aggregator.go @@ -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 {