mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-29 16:24:22 +00:00
Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()
a560378 [WALLET] Addition of ImmatureCreditCached to MarkDirty() (Spencer Lievens)
This commit is contained in:
commit
38e4887b46
@ -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…
x
Reference in New Issue
Block a user