On initial block chain download, show a progress bar
This commit is contained in:
@@ -143,6 +143,12 @@ bool ClientModel::inInitialBlockDownload() const
|
||||
return IsInitialBlockDownload();
|
||||
}
|
||||
|
||||
int ClientModel::getTotalBlocksEstimate() const
|
||||
{
|
||||
return GetTotalBlocksEstimate();
|
||||
}
|
||||
|
||||
|
||||
OptionsModel *ClientModel::getOptionsModel()
|
||||
{
|
||||
return optionsModel;
|
||||
|
||||
Reference in New Issue
Block a user