aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Lievens <[email protected]>2016-09-13 23:30:32 +0100
committerGitHub <[email protected]>2016-09-13 23:30:32 +0100
commita56037805c68bf34331a6a05d487ae4872261538 (patch)
treeab424da995e50b99ed9fcde66e88e626550e7955
parentMerge #8693: add witness address to address book (diff)
downloaddiscoin-a56037805c68bf34331a6a05d487ae4872261538.tar.xz
discoin-a56037805c68bf34331a6a05d487ae4872261538.zip
[WALLET] Addition of ImmatureCreditCached to MarkDirty()
To protect against possible invalidation and to bring conformity to the code.
-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 61aff6e45..0d096488f 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;