Browse Source

[WALLET] Addition of ImmatureCreditCached to MarkDirty()

To protect against possible invalidation and to bring conformity to the code.
0.14
Spencer Lievens 8 years ago committed by GitHub
parent
commit
a56037805c
  1. 1
      src/wallet/wallet.h

1
src/wallet/wallet.h

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

Loading…
Cancel
Save