Skip to content

Commit 9072d8b

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

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
@@ -63,7 +63,7 @@ func (agg *Aggregator) ProcessOperatorSignedTaskResponseV2(signedTaskResponse *t
6363
*reply = 1
6464
return nil
6565
}
66-
agg.logger.Info("Task was found in the logs, adding it to the internal map")
66+
agg.logger.Info("Task was found in Ethereum, adding it to the internal map")
6767
agg.AddNewTask(batch.BatchMerkleRoot, batch.SenderAddress, batch.TaskCreatedBlock)
6868
taskIndex, err = agg.GetTaskIndex(signedTaskResponse.BatchIdentifierHash)
6969
if err != nil {

0 commit comments

Comments
 (0)