From 3b318ed09588d383e7a1d79b167e71386205db63 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Thu, 10 Jun 2010 23:10:30 +0000 Subject: automatically change displayed address whenever it receives anything, added help and -? for daemon command line rpc commands, only relay addr messages to 5 random nodes to save bandwidth, started setting wtx.fFromMe flag, trickle out tx inventory messages to protect privacy -- version 0.2.10 --- irc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'irc.cpp') diff --git a/irc.cpp b/irc.cpp index de0b997abe..673baebeb2 100644 --- a/irc.cpp +++ b/irc.cpp @@ -159,7 +159,6 @@ bool Wait(int nSeconds) void ThreadIRCSeed(void* parg) { printf("ThreadIRCSeed started\n"); - SetThreadPriority(THREAD_PRIORITY_NORMAL); int nErrorWait = 10; int nRetryWait = 10; bool fNameInUse = false; -- cgit v1.2.3