diff options
author | Spencer Lievens <spencerlievens@users.noreply.github.com> | 2016-09-13 23:30:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-13 23:30:32 +0100 |
commit | a56037805c68bf34331a6a05d487ae4872261538 (patch) | |
tree | ab424da995e50b99ed9fcde66e88e626550e7955 /src/wallet/wallet.h | |
parent | fa7caf6d9116c35433a2069174f4c66f051d52ba (diff) |
[WALLET] Addition of ImmatureCreditCached to MarkDirty()
To protect against possible invalidation and to bring conformity to the code.
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 1 |
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; |