aboutsummaryrefslogtreecommitdiff
path: root/core/chain_indexer.go
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-07-30 14:18:44 -0400
committerDeterminant <tederminant@gmail.com>2020-07-30 14:18:44 -0400
commit0444e66f640999c15496066637841efcc0433934 (patch)
treec19aec2dced2e9129c880c19c52ca0f87b3d62f6 /core/chain_indexer.go
parentcffa0954bbdb43821d1b71d00f99fb705cecd25b (diff)
parent1f49826de2bb8bb4f5f99f69fd2beb039b1172d9 (diff)
Merge branch 'multi-coin'
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"