From 6974aff668cf9b3962c7a6aacadc8c03d494d4c8 Mon Sep 17 00:00:00 2001 From: Wladimir J. van der Laan Date: Sun, 29 Apr 2012 13:22:12 +0200 Subject: [PATCH] Fix critical UI performance issue (#1154) --- src/qt/walletmodel.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 7a83f6c..a915274 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -59,8 +59,6 @@ void WalletModel::update() cachedBalance = newBalance; cachedUnconfirmedBalance = newUnconfirmedBalance; cachedNumTransactions = newNumTransactions; - - addressTableModel->update(); } void WalletModel::updateAddressList() -- 1.7.1