]> Git Repo - VerusCoin.git/commitdiff
changed module name from "bitcoin" to "Zcash" in FormatException()
authorLars-Magnus Skog <[email protected]>
Sun, 21 Aug 2016 13:09:58 +0000 (15:09 +0200)
committerLars-Magnus Skog <[email protected]>
Sun, 21 Aug 2016 13:10:09 +0000 (15:10 +0200)
src/util.cpp

index 3d7516f1e9b6860817180530834e2e850c6a89f7..0b3153175af8303131b3a7d931960534a411792b 100644 (file)
@@ -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(
This page took 0.022787 seconds and 4 git commands to generate.