From c2fa70ddfd7711d514a701b3a7c8adb561acc3ff Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto Date: Tue, 10 Aug 2010 16:03:01 +0000 Subject: always make 8 outbound connections even if have inbound, limit one outbound connection per a.b.?.? range, switch -maxconnections=# --- ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index e6f022bf6..f3e809a84 100644 --- a/ui.cpp +++ b/ui.cpp @@ -1015,7 +1015,7 @@ void CMainFrame::OnPaintListCtrl(wxPaintEvent& event) // Update status bar static bool fPrevLockdown; if (IsLockdown()) - m_statusBar->SetStatusText(string(" ") + _("WARNING: Displayed transactions may not be correct! You may need to upgrade."), 0); + m_statusBar->SetStatusText(string(" ") + _("WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade."), 0); else if (fPrevLockdown) m_statusBar->SetStatusText("", 0); fPrevLockdown = IsLockdown(); -- cgit v1.2.3