aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorCozz Lovan <cozzlovan@yahoo.com>2014-08-17 02:34:42 +0200
committerCozz Lovan <cozzlovan@yahoo.com>2014-08-26 19:18:33 +0200
commit80daee0fb585762d303503f32f8efa0e625f152f (patch)
treee0458814cdd92a80e63218c6034171d051a28300 /src/qt/walletmodel.h
parentf30801afbde7598318a5b03de9812c58a6a34f33 (diff)
downloadbitcoin-80daee0fb585762d303503f32f8efa0e625f152f.tar.xz
[Qt] Call checkBalanceChanged() periodically instead for every updated transaction
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h1
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)