Skip to content

Commit 98485a2

Browse files
author
ChekaZ
authored
Update bitcoinrpc.cpp
changed shortcut error
1 parent 30d1ab3 commit 98485a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bitcoinrpc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ class AcceptedConnectionImpl : public AcceptedConnection
676676
void ThreadRPCServer(void* parg)
677677
{
678678
// Make this thread recognisable as the RPC listener
679-
RenameThread("trz-rpclist");
679+
RenameThread("tzc-rpclist");
680680

681681
try
682682
{
@@ -976,7 +976,7 @@ static CCriticalSection cs_THREAD_RPCHANDLER;
976976
void ThreadRPCServer3(void* parg)
977977
{
978978
// Make this thread recognisable as the RPC handler
979-
RenameThread("trz-rpchand");
979+
RenameThread("tzc-rpchand");
980980

981981
{
982982
LOCK(cs_THREAD_RPCHANDLER);

0 commit comments

Comments
 (0)