Default to .ethereum

This commit is contained in:
obscuren 2014-02-12 16:34:35 +01:00
parent 954f897938
commit 68fbfe70da

View File

@ -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)