good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8f733461 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

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

parent 82beaabf
Branches
Tags
No related merge requests found
......@@ -92,7 +92,7 @@ func defaultAssetPath() string {
}
func defaultDataDir() string {
usr, _ := user.Current()
return path.Join(usr.HomeDir, ".mist")
return path.Join(usr.HomeDir, ".ethereum")
}
var defaultConfigFile = path.Join(defaultDataDir(), "conf.ini")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment