aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-08-09 20:00:17 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-08-09 20:00:17 +0000
commit94cfec07fd302c9ff9b6a80c47418d4fe56596ae (patch)
tree523576f7c5a15937e436e94f2b0b77dc19c70f54 /main.cpp
parente6b7ab57496c9267c5d0bbad2be8e942a01731dc (diff)
downloadbitcoin-94cfec07fd302c9ff9b6a80c47418d4fe56596ae.tar.xz
always make 8 outbound connections even if have inbound,
limit one outbound connection per a.b.?.? range, switch -maxconnections=# git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@125 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 2ffedb15d4..2d7143711a 100644
--- a/main.cpp
+++ b/main.cpp
@@ -885,7 +885,7 @@ void Lockdown(CBlockIndex* pindexNew)
printf("Lockdown: current best=%s height=%d work=%s\n", hashBestChain.ToString().substr(0,22).c_str(), nBestHeight, bnBestChainWork.ToString().c_str());
printf("Lockdown: IsLockdown()=%d\n", (IsLockdown() ? 1 : 0));
if (IsLockdown())
- printf("Lockdown: WARNING: Displayed transactions may not be correct! You may need to upgrade.\n");
+ printf("Lockdown: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.\n");
}