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