Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()
a560378
[WALLET] Addition of ImmatureCreditCached to MarkDirty() (Spencer Lievens)
This commit is contained in:
commit
38e4887b46
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,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…
Add table
Reference in a new issue