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 jagdeep sidhu committed May 5, 2022
1 parent 6c9148b commit 31d8028
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 @@ -258,7 +258,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 31d8028

Please sign in to comment.