mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
Fix critical UI performance issue (#1154)
This commit is contained in:
parent
0acbe31cfc
commit
6974aff668
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue