clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks as initial value for number of peer blocks
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user