diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-10 23:10:30 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-10 23:10:30 +0000 |
commit | f93d5f9ffe1e12079e560a735111735924726a06 (patch) | |
tree | 0a34330f01acf1a2cd18f5a9f8c36ec29216a3e8 /irc.cpp | |
parent | 2ca17588327858947590fda78d68cfad79e633bc (diff) |
automatically change displayed address whenever it receives anything,v0.2.10
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
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@81 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'irc.cpp')
-rw-r--r-- | irc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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;
|