Browse Source

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

a560378 [WALLET] Addition of ImmatureCreditCached to MarkDirty() (Spencer Lievens)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
38e4887b46
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/wallet/wallet.h

1
src/wallet/wallet.h

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

Loading…
Cancel
Save