Skip to content

Commit 7759996

Browse files
authored
Update aggregator/pkg/server.go
1 parent c8cb8e7 commit 7759996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aggregator/pkg/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (agg *Aggregator) ProcessOperatorSignedTaskResponseV2(signedTaskResponse *t
5656
taskIndex, err := agg.GetTaskIndex(signedTaskResponse.BatchIdentifierHash)
5757

5858
if err != nil {
59-
agg.logger.Warn("Task not found in the internal map, might have been missed. Trying to fetch it from logs")
59+
agg.logger.Warn("Task not found in the internal map, might have been missed. Trying to fetch task data from Ethereum")
6060
batch, err := agg.avsReader.GetPendingBatchFromMerkleRoot(signedTaskResponse.BatchMerkleRoot, agg.AggregatorConfig.Aggregator.PendingBatchFetchBlockRange)
6161
if err != nil || batch == nil {
6262
agg.logger.Warnf("Pending task with merkle root 0x%x not found in logs", signedTaskResponse.BatchMerkleRoot)

0 commit comments

Comments
 (0)