diff --git a/src/util.cpp b/src/util.cpp index 062c0220f..39b088560 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -570,7 +570,7 @@ fs::path GetDefaultDataDir() return pathRet / "Library/Application Support/Drivechain"; #else // Unix - return pathRet / ".drivechain"; + return pathRet / "drivechain"; #endif #endif }