mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-08 09:11:34 +00:00
Renamed filter
This commit is contained in:
parent
e40c1c62ce
commit
44eafb15e0
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
// XXX This is the old filter system specifically for messages. This is till in used and could use some refactoring
|
|
||||||
package filter
|
package filter
|
||||||
|
|
||||||
|
// TODO make use of the generic filtering system
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
Loading…
Reference in a new issue