diff options
Diffstat (limited to 'ethereum.go')
-rw-r--r-- | ethereum.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereum.go b/ethereum.go index 51a2783ad..9907de740 100644 --- a/ethereum.go +++ b/ethereum.go @@ -3,8 +3,8 @@ package main import ( "fmt" "github.com/ethereum/eth-go" - "github.com/ethereum/ethchain-go" - "github.com/ethereum/ethutil-go" + "github.com/ethereum/eth-go/ethchain" + "github.com/ethereum/eth-go/ethutil" "github.com/obscuren/secp256k1-go" "log" "os" |