Skip to content

Commit

Permalink
Fix issue #281
Browse files Browse the repository at this point in the history
  • Loading branch information
zander committed Aug 7, 2017
1 parent d9cff60 commit 17519e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.cpp
Expand Up @@ -299,7 +299,7 @@ boost::filesystem::path GetDefaultDataDir(bool useCashName)
pathHome = fs::path(pszHome);
#ifdef MAC_OSX
// Mac
return pathHome / "Library/Application Support/Bitcoin";
return pathHome / "Library/Application Support" / dirName;
#else
// Unix
fs::path pathLegacy = pathHome / (useCashName ? ".bitcoincash" : ".bitcoin");
Expand Down

0 comments on commit 17519e2

Please sign in to comment.