Auto merge of #1285 - ralphtheninja:zc.v0.11.2.latest, r=daira

update FormatException()

changed module name from "bitcoin" to "Zcash" in FormatException()
This commit is contained in:
zkbot
2016-08-26 02:06:23 +00:00

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(