mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
ethchain: fix dependency
This commit is contained in:
parent
2ef044edfc
commit
f05d422a97
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue