aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/asm.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/asm.go')
-rw-r--r--ethchain/asm.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethchain/asm.go b/ethchain/asm.go
index 9f99b0c48..57bb2fcf9 100644
--- a/ethchain/asm.go
+++ b/ethchain/asm.go
@@ -2,8 +2,9 @@ package ethchain
import (
"fmt"
- "github.com/ethereum/eth-go/ethutil"
"math/big"
+
+ "github.com/ethereum/go-ethereum/ethutil"
)
func Disassemble(script []byte) (asm []string) {