mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-05 13:11:57 +02: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