Commit 68fbfe70 authored by obscuren's avatar obscuren

Default to .ethereum

parent 954f8979
...@@ -49,7 +49,8 @@ func main() { ...@@ -49,7 +49,8 @@ func main() {
Init() Init()
ethchain.InitFees() ethchain.InitFees()
ethutil.ReadConfig() ethutil.ReadConfig(".ethereum")
ethutil.Config.Seed = UseSeed
// Instantiated a eth stack // Instantiated a eth stack
ethereum, err := eth.New(eth.CapDefault, UseUPnP) ethereum, err := eth.New(eth.CapDefault, UseUPnP)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment