Browse Source

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

update FormatException()

changed module name from "bitcoin" to "Zcash" in FormatException()
pull/145/head
zkbot 8 years ago
parent
commit
77a99f4a2a
  1. 2
      src/util.cpp

2
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(

Loading…
Cancel
Save