[WALLET] Addition of ImmatureCreditCached to MarkDirty()

To protect against possible invalidation and to bring conformity to the code.
This commit is contained in:
Spencer Lievens 2016-09-13 23:30:32 +01:00 committed by GitHub
parent fa7caf6d91
commit a56037805c

View file

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