Default to .ethereum
This commit is contained in:
parent
954f897938
commit
68fbfe70da
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue