Skip to content

Commit

Permalink
eth/filters: fix code comment (ethereum#24799)
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec authored and sadoci committed Jan 27, 2023
1 parent 332cc70 commit 5cbf639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/filters/filter_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (es *EventSystem) subscribeLogs(crit ethereum.FilterQuery, logs chan []*typ
return es.subscribe(sub)
}

// subscribePendingLogs creates a subscription that writes transaction hashes for
// subscribePendingLogs creates a subscription that writes contract event logs for
// transactions that enter the transaction pool.
func (es *EventSystem) subscribePendingLogs(crit ethereum.FilterQuery, logs chan []*types.Log) *Subscription {
sub := &subscription{
Expand Down

0 comments on commit 5cbf639

Please sign in to comment.