From a64b721d4cade396f32ef2f9f0126924d7ee2033 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 20 Sep 2020 11:55:56 -0400 Subject: [PATCH] update coin name in exceptions --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index d6ceb1997..cb52c3f70 100644 --- a/src/util.cpp +++ b/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(