diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-04-29 13:22:12 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-04-29 13:25:05 +0200 |
| commit | 6974aff668cf9b3962c7a6aacadc8c03d494d4c8 (patch) | |
| tree | aba3dc8bdac5d17d503f6aab853b523bbbb32bb8 /src/qt/walletmodel.cpp | |
| parent | Update openssl version (diff) | |
| download | discoin-6974aff668cf9b3962c7a6aacadc8c03d494d4c8.tar.xz discoin-6974aff668cf9b3962c7a6aacadc8c03d494d4c8.zip | |
Fix critical UI performance issue (#1154)
Diffstat (limited to 'src/qt/walletmodel.cpp')
| -rw-r--r-- | 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 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() |