diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-08 00:03:12 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-08 00:03:12 +0800 |
commit | 44eafb15e0581ef37c3e3cfeccb703381acc2ae2 (patch) | |
tree | affc4b89a698e7fbea519e6ece8e1c6b661d9eda /event/filter | |
parent | e40c1c62ce0c2d9567066d84ea74fd24b424a81a (diff) | |
download | go-tangerine-44eafb15e0581ef37c3e3cfeccb703381acc2ae2.tar.gz go-tangerine-44eafb15e0581ef37c3e3cfeccb703381acc2ae2.tar.zst go-tangerine-44eafb15e0581ef37c3e3cfeccb703381acc2ae2.zip |
Renamed filter
Diffstat (limited to 'event/filter')
-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" |