forked from cerc-io/plugeth
Default datadir for mist is now shared with CLI (.ethereum)
This commit is contained in:
parent
82beaabf6a
commit
8f733461b3
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user