Selaa lähdekoodia

Renamed filter

obscuren 10 vuotta sitten
vanhempi
commit
44eafb15e0
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      event/filter/eth_filter.go

+ 2 - 1
event/filter/old_filter.go → 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"