aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-09-08 11:59:57 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-09-08 12:00:08 +0200
commitbb4ef1e9dc99bbe4b7f1cd5be741c8a8b5113b8a (patch)
treeee94823add7500f8fb35eefdd89657dfd648f533 /src/qt/walletmodel.h
parent297998808a606936f45b371a978e3c2039b37cf6 (diff)
parent80daee0fb585762d303503f32f8efa0e625f152f (diff)
downloadbitcoin-bb4ef1e9dc99bbe4b7f1cd5be741c8a8b5113b8a.tar.xz
Merge pull request #4712
80daee0 [Qt] Call checkBalanceChanged() periodically instead for every updated transaction (Cozz Lovan)
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 00a011d937..111ae2178c 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)