Proper packages

This commit is contained in:
obscuren
2014-11-05 00:34:59 +01:00
parent b4da085a9f
commit 48488017e4
3 changed files with 2 additions and 9 deletions

View File

@ -3,7 +3,7 @@ package vm
import (
"math/big"
"github.com/ethereum/ethutil"
"github.com/ethereum/go-ethereum/ethutil"
)
func analyseJumpDests(code []byte) (dests map[int64]*big.Int) {