diff options
Diffstat (limited to 'indexer')
-rw-r--r-- | indexer/blockchain.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/blockchain.go b/indexer/blockchain.go index 369184e15..f3275f882 100644 --- a/indexer/blockchain.go +++ b/indexer/blockchain.go @@ -11,7 +11,7 @@ import ( "github.com/dexon-foundation/dexon/core" "github.com/dexon-foundation/dexon/core/state" "github.com/dexon-foundation/dexon/core/types" - vm "github.com/dexon-foundation/dexon/core/vm/evm" + "github.com/dexon-foundation/dexon/core/vm" "github.com/dexon-foundation/dexon/event" "github.com/dexon-foundation/dexon/params" "github.com/dexon-foundation/dexon/rlp" |