diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-13 04:52:37 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-13 04:52:37 +0800 |
commit | 6eacc8eab9ad605c76a936361c0015d1ba905da1 (patch) | |
tree | b54f0f89513d08715b24bb7e546ced31b56d518c /chain | |
parent | 00878e5b6e09e4e5f38857f1abab7b9cbad4b480 (diff) | |
download | go-tangerine-6eacc8eab9ad605c76a936361c0015d1ba905da1.tar go-tangerine-6eacc8eab9ad605c76a936361c0015d1ba905da1.tar.gz go-tangerine-6eacc8eab9ad605c76a936361c0015d1ba905da1.tar.bz2 go-tangerine-6eacc8eab9ad605c76a936361c0015d1ba905da1.tar.lz go-tangerine-6eacc8eab9ad605c76a936361c0015d1ba905da1.tar.xz go-tangerine-6eacc8eab9ad605c76a936361c0015d1ba905da1.tar.zst go-tangerine-6eacc8eab9ad605c76a936361c0015d1ba905da1.zip |
eth-go -> go-ethereum
Diffstat (limited to 'chain')
-rw-r--r-- | chain/asm.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |