aboutsummaryrefslogtreecommitdiffstats
path: root/event/filter/eth_filter.go
diff options
context:
space:
mode:
Diffstat (limited to 'event/filter/eth_filter.go')
-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 1abd48389..dc032b5c2 100644
--- a/event/filter/eth_filter.go
+++ b/event/filter/eth_filter.go
@@ -7,7 +7,7 @@ import (
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/event"
- "github.com/ethereum/go-ethereum/state"
+ "github.com/ethereum/go-ethereum/core/state"
)
type FilterManager struct {