update to work with new lock system, add protocol.* to build system
This commit is contained in:
@@ -61,7 +61,7 @@ bool ClientModel::inInitialBlockDownload() const
|
||||
|
||||
int ClientModel::getTotalBlocksEstimate() const
|
||||
{
|
||||
return GetTotalBlocksEstimate();
|
||||
return GetMaxBlocksOfOtherNodes();
|
||||
}
|
||||
|
||||
OptionsModel *ClientModel::getOptionsModel()
|
||||
|
||||
Reference in New Issue
Block a user