aboutsummaryrefslogtreecommitdiffstats
path: root/indexer/blockchain.go
diff options
context:
space:
mode:
Diffstat (limited to 'indexer/blockchain.go')
-rw-r--r--indexer/blockchain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/blockchain.go b/indexer/blockchain.go
index 390a5fa64..996bc891c 100644
--- a/indexer/blockchain.go
+++ b/indexer/blockchain.go
@@ -8,7 +8,7 @@ import (
"github.com/dexon-foundation/dexon/core"
"github.com/dexon-foundation/dexon/core/state"
"github.com/dexon-foundation/dexon/core/types"
- "github.com/dexon-foundation/dexon/core/vm"
+ vm "github.com/dexon-foundation/dexon/core/vm/evm"
"github.com/dexon-foundation/dexon/event"
"github.com/dexon-foundation/dexon/params"
"github.com/dexon-foundation/dexon/rlp"