aboutsummaryrefslogtreecommitdiffstats
path: root/eth/filters/filter_system.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/filter_system.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/filter_system.go')
-rw-r--r--eth/filters/filter_system.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/eth/filters/filter_system.go b/eth/filters/filter_system.go
index 7abace1e6..ab0b7473e 100644
--- a/eth/filters/filter_system.go
+++ b/eth/filters/filter_system.go
@@ -74,7 +74,6 @@ type subscription struct {
// subscription which match the subscription criteria.
type EventSystem struct {
mux *event.TypeMux
- sub *event.TypeMuxSubscription
backend Backend
lightMode bool
lastHead *types.Header