aboutsummaryrefslogtreecommitdiffstats
path: root/eth/filters/api.go
diff options
context:
space:
mode:
authorEgon Elbre <egonelbre@gmail.com>2017-08-06 13:54:25 +0800
committerEgon Elbre <egonelbre@gmail.com>2017-08-08 00:54:20 +0800
commit8f06b7980dd2b6023ee7657d28da5567cdda4fcc (patch)
tree8b67d622446f9ae874df555e41a5709c99ce3431 /eth/filters/api.go
parent971079822ee6c12d9348ec78f212fe91c9b83edf (diff)
downloadgo-tangerine-8f06b7980dd2b6023ee7657d28da5567cdda4fcc.tar
go-tangerine-8f06b7980dd2b6023ee7657d28da5567cdda4fcc.tar.gz
go-tangerine-8f06b7980dd2b6023ee7657d28da5567cdda4fcc.tar.bz2
go-tangerine-8f06b7980dd2b6023ee7657d28da5567cdda4fcc.tar.lz
go-tangerine-8f06b7980dd2b6023ee7657d28da5567cdda4fcc.tar.xz
go-tangerine-8f06b7980dd2b6023ee7657d28da5567cdda4fcc.tar.zst
go-tangerine-8f06b7980dd2b6023ee7657d28da5567cdda4fcc.zip
eth: fix megacheck warnings
Diffstat (limited to 'eth/filters/api.go')
-rw-r--r--eth/filters/api.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/eth/filters/api.go b/eth/filters/api.go
index 61647a5d0..fff58a268 100644
--- a/eth/filters/api.go
+++ b/eth/filters/api.go
@@ -54,7 +54,6 @@ type PublicFilterAPI struct {
backend Backend
useMipMap bool
mux *event.TypeMux
- quit chan struct{}
chainDb ethdb.Database
events *EventSystem
filtersMu sync.Mutex