Merge pull request #1163 from laanwj/2012_04_uiperformanceissue
Fix critical UI performance issue (#1154)
This commit is contained in:
commit
0acb1e715c
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ void WalletModel::update()
|
|||
cachedBalance = newBalance;
|
||||
cachedUnconfirmedBalance = newUnconfirmedBalance;
|
||||
cachedNumTransactions = newNumTransactions;
|
||||
|
||||
addressTableModel->update();
|
||||
}
|
||||
|
||||
void WalletModel::updateAddressList()
|
||||
|
|
Loading…
Reference in a new issue