diff options
Diffstat (limited to 'event')
-rw-r--r-- | event/filter/eth_filter.go (renamed from event/filter/old_filter.go) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/event/filter/old_filter.go b/event/filter/eth_filter.go index ab0127ffb..295fcfbbf 100644 --- a/event/filter/old_filter.go +++ b/event/filter/eth_filter.go @@ -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 +// TODO make use of the generic filtering system + import ( "sync" |