Skip to content

Commit 009375f

Browse files
committed
chore: detail in comment
1 parent 4773b0a commit 009375f

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
@@ -42,7 +42,7 @@ func (agg *Aggregator) ServeOperators() error {
4242
// This methods are automatically registered by the RPC server
4343

4444
// Takes a response from an operator and process it. After processing the response, the associated task may reach quorum, triggering a BLS service response.
45-
// If the task related to the response is not known to the aggregator (not stored in internal map), it will try to fetch it from the logs.
45+
// If the task related to the response is not known to the aggregator (not stored in internal map), it will try to fetch it from the contract's Events.
4646
// Returns:
4747
// - 0: Success
4848
// - 1: Error

0 commit comments

Comments
 (0)