From a56037805c68bf34331a6a05d487ae4872261538 Mon Sep 17 00:00:00 2001 From: Spencer Lievens Date: Tue, 13 Sep 2016 23:30:32 +0100 Subject: [WALLET] Addition of ImmatureCreditCached to MarkDirty() To protect against possible invalidation and to bring conformity to the code. --- src/wallet/wallet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wallet') 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; -- cgit v1.2.3