File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments