aboutsummaryrefslogtreecommitdiff
path: root/eth/filters
diff options
context:
space:
mode:
Diffstat (limited to 'eth/filters')
-rw-r--r--eth/filters/filter.go2
-rw-r--r--eth/filters/filter_system.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/eth/filters/filter.go b/eth/filters/filter.go
index fa3d985..b25792c 100644
--- a/eth/filters/filter.go
+++ b/eth/filters/filter.go
@@ -21,9 +21,9 @@ import (
"errors"
"math/big"
+ "github.com/ava-labs/coreth/core"
"github.com/ava-labs/coreth/rpc"
"github.com/ava-labs/go-ethereum/common"
- "github.com/ava-labs/go-ethereum/core"
"github.com/ava-labs/go-ethereum/core/bloombits"
"github.com/ava-labs/go-ethereum/core/types"
"github.com/ava-labs/go-ethereum/ethdb"
diff --git a/eth/filters/filter_system.go b/eth/filters/filter_system.go
index a27859f..f8ee038 100644
--- a/eth/filters/filter_system.go
+++ b/eth/filters/filter_system.go
@@ -25,10 +25,10 @@ import (
"sync"
"time"
+ "github.com/ava-labs/coreth/core"
myrpc "github.com/ava-labs/coreth/rpc"
ethereum "github.com/ava-labs/go-ethereum"
"github.com/ava-labs/go-ethereum/common"
- "github.com/ava-labs/go-ethereum/core"
"github.com/ava-labs/go-ethereum/core/rawdb"
"github.com/ava-labs/go-ethereum/core/types"
"github.com/ava-labs/go-ethereum/event"