X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fqtipcserver.cpp;h=739e4d1ec03638837f9ca0f22cade5cc364978b1;hp=bb49dacbebe5b25b8eb6577a715d21e8eaccd207;hb=273ceadcc0475b03a2be03ffbeded0831d8232fc;hpb=6a4bd809d3d79209ef43ee55304e744d23409582 diff --git a/src/qt/qtipcserver.cpp b/src/qt/qtipcserver.cpp index bb49dac..739e4d1 100644 --- a/src/qt/qtipcserver.cpp +++ b/src/qt/qtipcserver.cpp @@ -75,7 +75,7 @@ void ipcScanRelay(int argc, char *argv[]) static void ipcThread(void* pArg) { // Make this thread recognisable as the GUI-IPC thread - RenameThread("bitcoin-gui-ipc"); + RenameThread("novacoin-gui-ipc"); try {