diff --git a/src/util.cpp b/src/util.cpp index 3d7516f1e..0b3153175 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -381,7 +381,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 = "bitcoin"; + const char* pszModule = "Zcash"; #endif if (pex) return strprintf(