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