mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
commit
be7658c8f1
@ -300,7 +300,7 @@ void OverviewPage::updateDarksendProgress()
|
|||||||
{
|
{
|
||||||
denomPart = (float)pwalletMain->GetNormalizedAnonymizedBalance() / denominatedBalance;
|
denomPart = (float)pwalletMain->GetNormalizedAnonymizedBalance() / denominatedBalance;
|
||||||
denomPart = denomPart > 1 ? 1 : denomPart;
|
denomPart = denomPart > 1 ? 1 : denomPart;
|
||||||
if(denomPart == 1) nMaxToAnonymize = denominatedBalance;
|
if(denomPart == 1 && nMaxToAnonymize > denominatedBalance) nMaxToAnonymize = denominatedBalance;
|
||||||
}
|
}
|
||||||
|
|
||||||
// % of fully anonymized balance
|
// % of fully anonymized balance
|
||||||
|
Loading…
Reference in New Issue
Block a user