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()