We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d1ab3 commit 98485a2Copy full SHA for 98485a2
src/bitcoinrpc.cpp
@@ -676,7 +676,7 @@ class AcceptedConnectionImpl : public AcceptedConnection
676
void ThreadRPCServer(void* parg)
677
{
678
// Make this thread recognisable as the RPC listener
679
- RenameThread("trz-rpclist");
+ RenameThread("tzc-rpclist");
680
681
try
682
@@ -976,7 +976,7 @@ static CCriticalSection cs_THREAD_RPCHANDLER;
976
void ThreadRPCServer3(void* parg)
977
978
// Make this thread recognisable as the RPC handler
979
- RenameThread("trz-rpchand");
+ RenameThread("tzc-rpchand");
980
981
982
LOCK(cs_THREAD_RPCHANDLER);
0 commit comments