mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
allow getAnonymizedBalance calculation on sync again
This commit is contained in:
parent
9823b9ebad
commit
68cbba1621
@ -72,7 +72,7 @@ qint64 WalletModel::getBalance(const CCoinControl *coinControl) const
|
||||
|
||||
qint64 WalletModel::getAnonymizedBalance() const
|
||||
{
|
||||
if(IsInitialBlockDownload() || fLiteMode) return 0;
|
||||
if(fLiteMode) return 0;
|
||||
return wallet->GetAnonymizedBalance();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user