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 cp-wjhan committed Nov 30, 2022
1 parent b3258aa commit c1cde5b
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 c1cde5b

Please sign in to comment.