update coin name in exceptions

This commit is contained in:
Duke Leto
2020-09-20 11:55:56 -04:00
parent e87101bd1f
commit a64b721d4c

View File

@@ -512,7 +512,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 = "Komodo";
const char* pszModule = "Hush";
#endif
if (pex)
return strprintf(