Fix lots of little things that were undone by migrating Hush to KMD source code
This commit is contained in:
@@ -264,7 +264,7 @@ void RenameThread(const char* name);
|
||||
*/
|
||||
template <typename Callable> void TraceThread(const char* name, Callable func)
|
||||
{
|
||||
std::string s = strprintf("zcash-%s", name);
|
||||
std::string s = strprintf("hush-%s", name);
|
||||
RenameThread(s.c_str());
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user