From 44eafb15e0581ef37c3e3cfeccb703381acc2ae2 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Sat, 7 Feb 2015 17:03:12 +0100
Subject: [PATCH] Renamed filter

---
 event/filter/{old_filter.go => eth_filter.go} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename event/filter/{old_filter.go => eth_filter.go} (94%)

diff --git a/event/filter/old_filter.go b/event/filter/eth_filter.go
similarity index 94%
rename from event/filter/old_filter.go
rename to 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"
 
-- 
GitLab