Commit 8f733461 authored by obscuren's avatar obscuren

Default datadir for mist is now shared with CLI (.ethereum)

parent 82beaabf
...@@ -92,7 +92,7 @@ func defaultAssetPath() string { ...@@ -92,7 +92,7 @@ func defaultAssetPath() string {
} }
func defaultDataDir() string { func defaultDataDir() string {
usr, _ := user.Current() usr, _ := user.Current()
return path.Join(usr.HomeDir, ".mist") return path.Join(usr.HomeDir, ".ethereum")
} }
var defaultConfigFile = path.Join(defaultDataDir(), "conf.ini") var defaultConfigFile = path.Join(defaultDataDir(), "conf.ini")
......
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