changed module name from "bitcoin" to "Zcash" in FormatException()

This commit is contained in:
Lars-Magnus Skog 2016-08-21 15:09:58 +02:00
parent 6c7cc8ebea
commit 8fd71a194e
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ static std::string FormatException(const std::exception* pex, const char* pszThr
char pszModule[MAX_PATH] = ""; char pszModule[MAX_PATH] = "";
GetModuleFileNameA(NULL, pszModule, sizeof(pszModule)); GetModuleFileNameA(NULL, pszModule, sizeof(pszModule));
#else #else
const char* pszModule = "bitcoin"; const char* pszModule = "Zcash";
#endif #endif
if (pex) if (pex)
return strprintf( return strprintf(