Fix critical UI performance issue (#1154)
This commit is contained in:
parent
0acbe31cfc
commit
6974aff668
@ -59,8 +59,6 @@ void WalletModel::update()
|
||||
cachedBalance = newBalance;
|
||||
cachedUnconfirmedBalance = newUnconfirmedBalance;
|
||||
cachedNumTransactions = newNumTransactions;
|
||||
|
||||
addressTableModel->update();
|
||||
}
|
||||
|
||||
void WalletModel::updateAddressList()
|
||||
|
Loading…
Reference in New Issue
Block a user