X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Fqtipcserver.cpp;h=739e4d1ec03638837f9ca0f22cade5cc364978b1;hb=273ceadcc0475b03a2be03ffbeded0831d8232fc;hp=b26c37581c8c8e5c627ed4729d631d1c941cfe8d;hpb=84a4a7763f386934da90e2bd1e355b70023fa9ca;p=novacoin.git diff --git a/src/qt/qtipcserver.cpp b/src/qt/qtipcserver.cpp index b26c375..739e4d1 100644 --- a/src/qt/qtipcserver.cpp +++ b/src/qt/qtipcserver.cpp @@ -42,7 +42,7 @@ static bool ipcScanCmd(int argc, char *argv[], bool fRelay) bool fSent = false; for (int i = 1; i < argc; i++) { - if (boost::algorithm::istarts_with(argv[i], "bitcoin:")) + if (boost::algorithm::istarts_with(argv[i], "novacoin:")) { const char *strURI = argv[i]; try { @@ -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 { @@ -98,7 +98,7 @@ static void ipcThread2(void* pArg) size_t nSize = 0; unsigned int nPriority = 0; - loop + while (true) { ptime d = boost::posix_time::microsec_clock::universal_time() + millisec(100); if (mq->timed_receive(&buffer, sizeof(buffer), nSize, nPriority, d))