[Qt] Call checkBalanceChanged() periodically instead for every updated transaction

This commit is contained in:
Cozz Lovan
2014-08-17 02:34:42 +02:00
parent f30801afbd
commit 80daee0fb5
2 changed files with 12 additions and 7 deletions

View File

@@ -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)