[WALLET] Addition of ImmatureCreditCached to MarkDirty()

To protect against possible invalidation and to bring conformity to the code.
pull/308/head
Spencer Lievens 8 years ago committed by GitHub
parent fa7caf6d91
commit a56037805c

@ -361,6 +361,7 @@ public:
{ {
fCreditCached = false; fCreditCached = false;
fAvailableCreditCached = false; fAvailableCreditCached = false;
fImmatureCreditCached = false;
fWatchDebitCached = false; fWatchDebitCached = false;
fWatchCreditCached = false; fWatchCreditCached = false;
fAvailableWatchCreditCached = false; fAvailableWatchCreditCached = false;

Loading…
Cancel
Save