ethchain: fix dependency

This commit is contained in:
Felix Lange 2014-10-29 20:39:01 +01:00
parent 2ef044edfc
commit f05d422a97
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package ethchain
import (
"math/big"
"github.com/ethereum.backup/ethutil-go"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/vm"
)