From 6eacc8eab9ad605c76a936361c0015d1ba905da1 Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Wed, 12 Nov 2014 21:52:37 +0100 Subject: eth-go -> go-ethereum --- chain/asm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chain/asm.go') diff --git a/chain/asm.go b/chain/asm.go index 4ca6c7fdf..5a2e961ac 100644 --- a/chain/asm.go +++ b/chain/asm.go @@ -4,8 +4,8 @@ import ( "fmt" "math/big" + "github.com/ethereum/go-ethereum/ethutil" "github.com/ethereum/go-ethereum/vm" - "github.com/ethgo.old/ethutil" ) func Disassemble(script []byte) (asm []string) { -- cgit v1.2.3