clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks as initial value for number of peer blocks

This commit is contained in:
Wladimir J. van der Laan
2011-09-11 10:49:30 +02:00
parent 78b3bf56f7
commit d33cc2b5e3
5 changed files with 10 additions and 10 deletions

View 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;