diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-08-17 02:34:42 +0200 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-08-26 19:18:33 +0200 |
commit | 80daee0fb585762d303503f32f8efa0e625f152f (patch) | |
tree | e0458814cdd92a80e63218c6034171d051a28300 /src/qt/walletmodel.h | |
parent | f30801afbde7598318a5b03de9812c58a6a34f33 (diff) |
[Qt] Call checkBalanceChanged() periodically instead for every updated transaction
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index b3a401e4cc..b277b0e9fc 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -199,6 +199,7 @@ private: CWallet *wallet; bool fProcessingQueuedTransactions; bool fHaveWatchOnly; + bool fForceCheckBalanceChanged; // Wallet has an options model for wallet-specific options // (transaction fee, for example) |