Skip to content

Commit d6b77f6

Browse files
authored
eth/filters: fix code comment (#24799)
1 parent d73df89 commit d6b77f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/filters/filter_system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func (es *EventSystem) subscribeLogs(crit ethereum.FilterQuery, logs chan []*typ
257257
return es.subscribe(sub)
258258
}
259259

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

0 commit comments

Comments
 (0)