aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-15 07:05:04 +0800
committerobscuren <geffobscura@gmail.com>2014-02-15 07:05:04 +0800
commitfe59a2b26deb11705c524dc52dc78ce1e00eb713 (patch)
tree509838a2a8d46a0acf68f5577cad128aab942f44 /ethereum.go
parent68fbfe70dadd1e63baff6ecf5b59e4c9ba0eb2ca (diff)
downloadgo-tangerine-fe59a2b26deb11705c524dc52dc78ce1e00eb713.tar
go-tangerine-fe59a2b26deb11705c524dc52dc78ce1e00eb713.tar.gz
go-tangerine-fe59a2b26deb11705c524dc52dc78ce1e00eb713.tar.bz2
go-tangerine-fe59a2b26deb11705c524dc52dc78ce1e00eb713.tar.lz
go-tangerine-fe59a2b26deb11705c524dc52dc78ce1e00eb713.tar.xz
go-tangerine-fe59a2b26deb11705c524dc52dc78ce1e00eb713.tar.zst
go-tangerine-fe59a2b26deb11705c524dc52dc78ce1e00eb713.zip
Updated to the great merge package
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go4
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"