From e64843ced509c24f783276d4cc0f2f26c9d527f2 Mon Sep 17 00:00:00 2001 From: Tomo Ueda Date: Thu, 2 Sep 2021 12:55:18 -0700 Subject: really s/Doge/Dis/g this time --- src/util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.cpp') diff --git a/src/util.cpp b/src/util.cpp index fc778d768..2a2f5e630 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -488,7 +488,7 @@ boost::filesystem::path GetDefaultDataDir() // Unix: ~/.bitcoin #ifdef WIN32 // Windows - return GetSpecialFolderPath(CSIDL_APPDATA) / "Dogecoin"; + return GetSpecialFolderPath(CSIDL_APPDATA) / "Discoin"; #else fs::path pathRet; char* pszHome = getenv("HOME"); @@ -498,7 +498,7 @@ boost::filesystem::path GetDefaultDataDir() pathRet = fs::path(pszHome); #ifdef MAC_OSX // Mac - return pathRet / "Library/Application Support/Dogecoin"; + return pathRet / "Library/Application Support/Discoin"; #else // Unix return pathRet / ".discoin"; -- cgit v1.2.3