Commit b4da085a authored by obscuren's avatar obscuren

Accidental packages

parent 7db44b56
......@@ -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) {
......
......@@ -3,7 +3,7 @@ package vm
import (
"math/big"
"github.com/ethgo.old/ethutil"
"github.com/ethereum/ethutil"
)
func analyseJumpDests(code []byte) (dests map[int64]*big.Int) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment