diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 9a6a06397a..efe583377b 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -51,7 +51,7 @@ WalletModel::WalletModel(std::unique_ptr wallet, interfaces: cachedNumBlocks(0) { fHaveWatchOnly = m_wallet->haveWatchOnly(); - fForceCheckBalanceChanged = false; + fForceCheckBalanceChanged = true; addressTableModel = new AddressTableModel(this); transactionTableModel = new TransactionTableModel(platformStyle, this);