aboutsummaryrefslogtreecommitdiffstats
path: root/core/asm.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/asm.go')
-rw-r--r--core/asm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/asm.go b/core/asm.go
index fc3493fe1..f40c07904 100644
--- a/core/asm.go
+++ b/core/asm.go
@@ -5,7 +5,7 @@ import (
"math/big"
"github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/vm"
+ "github.com/ethereum/go-ethereum/core/vm"
)
func Disassemble(script []byte) (asm []string) {