mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
Merge pull request #1163 from laanwj/2012_04_uiperformanceissue
Fix critical UI performance issue (#1154)
This commit is contained in:
commit
0acb1e715c
@ -59,8 +59,6 @@ void WalletModel::update()
|
|||||||
cachedBalance = newBalance;
|
cachedBalance = newBalance;
|
||||||
cachedUnconfirmedBalance = newUnconfirmedBalance;
|
cachedUnconfirmedBalance = newUnconfirmedBalance;
|
||||||
cachedNumTransactions = newNumTransactions;
|
cachedNumTransactions = newNumTransactions;
|
||||||
|
|
||||||
addressTableModel->update();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void WalletModel::updateAddressList()
|
void WalletModel::updateAddressList()
|
||||||
|
Loading…
Reference in New Issue
Block a user