mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/filters: fix comment typo
This commit is contained in:
parent
ef54939d15
commit
9930a75f07
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ type EventSystem struct {
|
||||||
txsSub event.Subscription // Subscription for new transaction event
|
txsSub event.Subscription // Subscription for new transaction event
|
||||||
logsSub event.Subscription // Subscription for new log event
|
logsSub event.Subscription // Subscription for new log event
|
||||||
rmLogsSub event.Subscription // Subscription for removed log event
|
rmLogsSub event.Subscription // Subscription for removed log event
|
||||||
pendingLogsSub event.Subscription // Subscription for removed log event
|
pendingLogsSub event.Subscription // Subscription for pending log event
|
||||||
chainSub event.Subscription // Subscription for new chain event
|
chainSub event.Subscription // Subscription for new chain event
|
||||||
|
|
||||||
// Channels
|
// Channels
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue