From bb3fd02930ba5cb8e8a3a92ede9612955edeee05 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto Date: Mon, 16 Aug 2010 20:53:49 +0000 Subject: blocks-1, verify block chain on load, so wouldn't have needed to delete blk*.dat, it would have done a reorg automatically --- ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index 98e3d37f7..478ae83b1 100644 --- a/ui.cpp +++ b/ui.cpp @@ -1027,7 +1027,7 @@ void CMainFrame::OnPaintListCtrl(wxPaintEvent& event) strGen = _("(not connected)"); m_statusBar->SetStatusText(strGen, 1); - string strStatus = strprintf(_(" %d connections %d blocks %d transactions"), vNodes.size(), nBestHeight + 1, nTransactionCount); + string strStatus = strprintf(_(" %d connections %d blocks %d transactions"), vNodes.size(), nBestHeight, nTransactionCount); m_statusBar->SetStatusText(strStatus, 2); if (fDebug && GetTime() - nThreadSocketHandlerHeartbeat > 60) -- cgit v1.2.3