clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks...
[novacoin.git] / src / qt / bitcoingui.cpp
index 7943684..b51fd72 100644 (file)
@@ -346,7 +346,7 @@ void BitcoinGUI::setNumConnections(int count)
 void BitcoinGUI::setNumBlocks(int count)
 {
     int initTotal = clientModel->getNumBlocksAtStartup();
-    int total = clientModel->getTotalBlocksEstimate();
+    int total = clientModel->getNumBlocksOfPeers();
     QString tooltip;
 
     if(count < total)