Update config.go

This commit is contained in:
Ethereum Inc 2018-03-12 23:47:23 +05:30 committed by GitHub
parent 27fd0cd4a0
commit 20cbf5dffd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,9 +65,9 @@ func init() {
}
}
if runtime.GOOS == "windows" {
DefaultConfig.Ethash.DatasetDir = filepath.Join(home, "AppData", "Ethash")
DefaultConfig.Ethash.DatasetDir = filepath.Join(home, "AppData", "Etihash")
} else {
DefaultConfig.Ethash.DatasetDir = filepath.Join(home, ".ethash")
DefaultConfig.Ethash.DatasetDir = filepath.Join(home, ".etihash")
}
}