Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update util.cpp - change linux default data dir to ~/drivechain
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe authored Mar 28, 2024
1 parent 3d24936 commit 7be7ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ fs::path GetDefaultDataDir()
return pathRet / "Library/Application Support/Drivechain";
#else
// Unix
return pathRet / ".drivechain";
return pathRet / "drivechain";
#endif
#endif
}
Expand Down

0 comments on commit 7be7ec0

Please sign in to comment.