From f5c716526aaafb318a98e974c8b2fbe02870646b Mon Sep 17 00:00:00 2001 From: Tomo Ueda Date: Thu, 2 Sep 2021 12:54:43 -0700 Subject: really s/doge/dis/g this time --- src/util.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/util.cpp') diff --git a/src/util.cpp b/src/util.cpp index 2cf6a3279..fc778d768 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -103,8 +103,8 @@ namespace boost { using namespace std; -const char * const BITCOIN_CONF_FILENAME = "dogecoin.conf"; -const char * const BITCOIN_PID_FILENAME = "dogecoind.pid"; +const char * const BITCOIN_CONF_FILENAME = "discoin.conf"; +const char * const BITCOIN_PID_FILENAME = "discoind.pid"; CCriticalSection cs_args; map mapArgs; @@ -462,7 +462,7 @@ static std::string FormatException(const std::exception* pex, const char* pszThr char pszModule[MAX_PATH] = ""; GetModuleFileNameA(NULL, pszModule, sizeof(pszModule)); #else - const char* pszModule = "dogecoin"; + const char* pszModule = "discoin"; #endif if (pex) return strprintf( @@ -501,7 +501,7 @@ boost::filesystem::path GetDefaultDataDir() return pathRet / "Library/Application Support/Dogecoin"; #else // Unix - return pathRet / ".dogecoin"; + return pathRet / ".discoin"; #endif #endif } -- cgit v1.2.3