aboutsummaryrefslogtreecommitdiffstats
path: root/event
diff options
context:
space:
mode:
Diffstat (limited to 'event')
-rw-r--r--event/filter/eth_filter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/filter/eth_filter.go b/event/filter/eth_filter.go
index dc032b5c2..a1abe3418 100644
--- a/event/filter/eth_filter.go
+++ b/event/filter/eth_filter.go
@@ -6,8 +6,8 @@ import (
"sync"
"github.com/ethereum/go-ethereum/core"
- "github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/core/state"
+ "github.com/ethereum/go-ethereum/event"
)
type FilterManager struct {