Browse Source

update coin name in exceptions

danger
Duke Leto 4 years ago
parent
commit
a64b721d4c
  1. 2
      src/util.cpp

2
src/util.cpp

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

Loading…
Cancel
Save