Skip to content

Commit

Permalink
Fixed the navcoin dir for unix-like datadir
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 16, 2024
1 parent 8d9facb commit ba6a3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/args.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ fs::path GetDefaultDataDir()
return pathRet / "Library/Application Support/Navcoin";
#else
// Unix-like
return pathRet / ".Navcoin";
return pathRet / ".navcoin";
#endif
#endif
}
Expand Down

0 comments on commit ba6a3fc

Please sign in to comment.