diff options
Diffstat (limited to 'vm/asm.go')
-rw-r--r-- | vm/asm.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |