aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-04-29 04:34:42 -0700
committerWladimir J. van der Laan <[email protected]>2012-04-29 04:34:42 -0700
commit0acb1e715ccec7b265ecfaf1326adcca051adfa9 (patch)
treeaba3dc8bdac5d17d503f6aab853b523bbbb32bb8 /src
parentUpdate openssl version (diff)
parentFix critical UI performance issue (#1154) (diff)
downloaddiscoin-0acb1e715ccec7b265ecfaf1326adcca051adfa9.tar.xz
discoin-0acb1e715ccec7b265ecfaf1326adcca051adfa9.zip
Merge pull request #1163 from laanwj/2012_04_uiperformanceissue
Fix critical UI performance issue (#1154)
Diffstat (limited to 'src')
-rw-r--r--src/qt/walletmodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp
index 7a83f6cef..a915274da 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()