Skip to content

Commit

Permalink
QT: WalletModel should always check for balance changes once
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Apr 17, 2019
1 parent 15859df commit bc2b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/walletmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ WalletModel::WalletModel(std::unique_ptr<interfaces::Wallet> wallet, interfaces:
cachedNumBlocks(0)
{
fHaveWatchOnly = m_wallet->haveWatchOnly();
fForceCheckBalanceChanged = false;
fForceCheckBalanceChanged = true;

addressTableModel = new AddressTableModel(this);
transactionTableModel = new TransactionTableModel(platformStyle, this);
Expand Down

0 comments on commit bc2b4a3

Please sign in to comment.