Commit 4a389d62 authored by Wladimir J. van der Laan's avatar Wladimir J. van der Laan
Browse files

Fix critical UI performance issue (#1154)

parent 47d0024f
Showing with 0 additions and 2 deletions
+0 -2
......@@ -59,8 +59,6 @@ void WalletModel::update()
cachedBalance = newBalance;
cachedUnconfirmedBalance = newUnconfirmedBalance;
cachedNumTransactions = newNumTransactions;
addressTableModel->update();
}
void WalletModel::updateAddressList()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment