mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Default to .ethereum
This commit is contained in:
parent
954f897938
commit
68fbfe70da
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue