Commit 48488017 authored by obscuren's avatar obscuren

Proper packages

parent b4da085a
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"math/big" "math/big"
"github.com/ethereum/ethutil" "github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/vm" "github.com/ethereum/go-ethereum/vm"
) )
......
...@@ -26,13 +26,6 @@ if [ $? != 0 ]; then ...@@ -26,13 +26,6 @@ if [ $? != 0 ]; then
exit exit
fi fi
echo "serpent-go"
cd $GOPATH/src/github.com/obscuren/serpent-go
echo "init submodule"
git submodule init
git submodule update
echo "eth-go" echo "eth-go"
cd $GOPATH/src/github.com/ethereum/go-ethereum cd $GOPATH/src/github.com/ethereum/go-ethereum
git checkout $branch git checkout $branch
......
...@@ -3,7 +3,7 @@ package vm ...@@ -3,7 +3,7 @@ package vm
import ( import (
"math/big" "math/big"
"github.com/ethereum/ethutil" "github.com/ethereum/go-ethereum/ethutil"
) )
func analyseJumpDests(code []byte) (dests map[int64]*big.Int) { 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