|
|
@ -4,8 +4,8 @@ import ( |
|
|
|
"fmt" |
|
|
|
"fmt" |
|
|
|
"math/big" |
|
|
|
"math/big" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"github.com/ethereum/ethutil" |
|
|
|
"github.com/ethereum/go-ethereum/vm" |
|
|
|
"github.com/ethereum/go-ethereum/vm" |
|
|
|
"github.com/ethgo.old/ethutil" |
|
|
|
|
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
func Disassemble(script []byte) (asm []string) { |
|
|
|
func Disassemble(script []byte) (asm []string) { |
|
|
|