mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
QT: WalletModel should always check for balance changes once
This commit is contained in:
parent
93e26608c2
commit
f47578083e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ WalletModel::WalletModel(std::unique_ptr<interfaces::Wallet> wallet, interfaces:
|
||||||
cachedNumBlocks(0)
|
cachedNumBlocks(0)
|
||||||
{
|
{
|
||||||
fHaveWatchOnly = m_wallet->haveWatchOnly();
|
fHaveWatchOnly = m_wallet->haveWatchOnly();
|
||||||
fForceCheckBalanceChanged = false;
|
fForceCheckBalanceChanged = true;
|
||||||
|
|
||||||
addressTableModel = new AddressTableModel(this);
|
addressTableModel = new AddressTableModel(this);
|
||||||
transactionTableModel = new TransactionTableModel(platformStyle, this);
|
transactionTableModel = new TransactionTableModel(platformStyle, this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue