mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[WALLET] Addition of ImmatureCreditCached to MarkDirty()
To protect against possible invalidation and to bring conformity to the code.
This commit is contained in:
parent
fa7caf6d91
commit
a56037805c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue