aboutsummaryrefslogtreecommitdiffstats
path: root/core/asm/asm.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/asm/asm.go')
-rw-r--r--core/asm/asm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/asm/asm.go b/core/asm/asm.go
index 8dbb45ed3..164f3c29e 100644
--- a/core/asm/asm.go
+++ b/core/asm/asm.go
@@ -21,7 +21,7 @@ import (
"encoding/hex"
"fmt"
- "github.com/dexon-foundation/dexon/core/vm"
+ vm "github.com/dexon-foundation/dexon/core/vm/evm"
)
// Iterator for disassembled EVM instructions