diff options
-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 7a83f6cefb..a915274da3 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() |