clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks...
[novacoin.git] / src / qt / clientmodel.h
index 8605fb9..c68fb0f 100644 (file)
@@ -32,7 +32,7 @@ public:
     // Return true if core is doing initial block download
     bool inInitialBlockDownload() const;
     // Return conservative estimate of total number of blocks, or 0 if unknown
-    int getTotalBlocksEstimate() const;
+    int getNumBlocksOfPeers() const;
 
     QString formatFullVersion() const;