aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSpencer Lievens <spencerlievens@users.noreply.github.com>2016-09-13 23:30:32 +0100
committerGitHub <noreply@github.com>2016-09-13 23:30:32 +0100
commita56037805c68bf34331a6a05d487ae4872261538 (patch)
treeab424da995e50b99ed9fcde66e88e626550e7955 /src
parentfa7caf6d9116c35433a2069174f4c66f051d52ba (diff)
downloadbitcoin-a56037805c68bf34331a6a05d487ae4872261538.tar.xz
[WALLET] Addition of ImmatureCreditCached to MarkDirty()
To protect against possible invalidation and to bring conformity to the code.
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 61aff6e45a..0d096488f6 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -361,6 +361,7 @@ public:
{
fCreditCached = false;
fAvailableCreditCached = false;
+ fImmatureCreditCached = false;
fWatchDebitCached = false;
fWatchCreditCached = false;
fAvailableWatchCreditCached = false;