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