aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-12 23:34:35 +0800
committerobscuren <geffobscura@gmail.com>2014-02-12 23:34:35 +0800
commit68fbfe70dadd1e63baff6ecf5b59e4c9ba0eb2ca (patch)
treeed0007a967117945fe3fc457b522debf55126373 /ethereum.go
parent954f8979386d75c3038d65cea94f481f5c15aba2 (diff)
downloadgo-tangerine-68fbfe70dadd1e63baff6ecf5b59e4c9ba0eb2ca.tar.gz
go-tangerine-68fbfe70dadd1e63baff6ecf5b59e4c9ba0eb2ca.tar.zst
go-tangerine-68fbfe70dadd1e63baff6ecf5b59e4c9ba0eb2ca.zip
Default to .ethereum
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go
index dfb2a955c..51a2783ad 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -49,7 +49,8 @@ func main() {
Init()
ethchain.InitFees()
- ethutil.ReadConfig()
+ ethutil.ReadConfig(".ethereum")
+ ethutil.Config.Seed = UseSeed
// Instantiated a eth stack
ethereum, err := eth.New(eth.CapDefault, UseUPnP)