Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()

a560378 [WALLET] Addition of ImmatureCreditCached to MarkDirty() (Spencer Lievens)
This commit is contained in:
Wladimir J. van der Laan 2016-12-21 11:29:54 +01:00
commit 38e4887b46
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

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