Fix critical UI performance issue (#1154)

This commit is contained in:
Wladimir J. van der Laan 2012-04-29 13:22:12 +02:00
parent 0acbe31cfc
commit 6974aff668
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ void WalletModel::update()
cachedBalance = newBalance;
cachedUnconfirmedBalance = newUnconfirmedBalance;
cachedNumTransactions = newNumTransactions;
addressTableModel->update();
}
void WalletModel::updateAddressList()