mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Fix critical UI performance issue (#1154)
This commit is contained in:
@@ -59,8 +59,6 @@ void WalletModel::update()
|
||||
cachedBalance = newBalance;
|
||||
cachedUnconfirmedBalance = newUnconfirmedBalance;
|
||||
cachedNumTransactions = newNumTransactions;
|
||||
|
||||
addressTableModel->update();
|
||||
}
|
||||
|
||||
void WalletModel::updateAddressList()
|
||||
|
||||
Reference in New Issue
Block a user