mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Update filter_system.go
This commit is contained in:
parent
2b8ea4da35
commit
1efcda96c5
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ type EventSystem struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewEventSystem creates a new manager that listens for event on the given mux,
|
// NewEventSystem creates a new manager that listens for event on the given mux,
|
||||||
// parses and filters them. It uses the all map to retrieve filter changes. The
|
// parses and filters them. It uses an internal map to retrieve filter changes. The
|
||||||
// work loop holds its own index that is used to forward events to filters.
|
// work loop holds its own index that is used to forward events to filters.
|
||||||
//
|
//
|
||||||
// The returned manager has a loop that needs to be stopped with the Stop function
|
// The returned manager has a loop that needs to be stopped with the Stop function
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue