aboutsummaryrefslogtreecommitdiff
path: root/core/chain_indexer.go
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-06-28 14:47:41 -0400
committerDeterminant <tederminant@gmail.com>2020-06-28 14:47:41 -0400
commitd235e2c6a5788ec4a6cff15a16f56b38a3876a0d (patch)
tree5f2727f7a50ee5840f889c82776d3a30a88dd59b /core/chain_indexer.go
parent13ebd8bd9468e9d769d598b0ca2afb72ba78cb97 (diff)
...
Diffstat (limited to 'core/chain_indexer.go')
-rw-r--r--core/chain_indexer.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/chain_indexer.go b/core/chain_indexer.go
index 8389e13..a221355 100644
--- a/core/chain_indexer.go
+++ b/core/chain_indexer.go
@@ -24,9 +24,9 @@ import (
"sync/atomic"
"time"
+ "github.com/ava-labs/coreth/core/rawdb"
+ "github.com/ava-labs/coreth/core/types"
"github.com/ava-labs/go-ethereum/common"
- "github.com/ava-labs/go-ethereum/core/rawdb"
- "github.com/ava-labs/go-ethereum/core/types"
"github.com/ava-labs/go-ethereum/ethdb"
"github.com/ava-labs/go-ethereum/event"
"github.com/ava-labs/go-ethereum/log"