mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Accidental packages
This commit is contained in:
parent
7db44b56b0
commit
b4da085a9f
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ package vm
|
||||||
import (
|
import (
|
||||||
"math/big"
|
"math/big"
|
||||||
|
|
||||||
"github.com/ethgo.old/ethutil"
|
"github.com/ethereum/ethutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
func analyseJumpDests(code []byte) (dests map[int64]*big.Int) {
|
func analyseJumpDests(code []byte) (dests map[int64]*big.Int) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue