diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-12-21 11:29:54 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-12-21 11:30:03 +0100 |
| commit | 38e4887b461b702fd6009bc3f06e1198b0f91efd (patch) | |
| tree | 5bfae8d00bea887bfc6fe0202941a655e63967b0 /src | |
| parent | Merge #9390: travis: make distdir (diff) | |
| parent | [WALLET] Addition of ImmatureCreditCached to MarkDirty() (diff) | |
| download | discoin-38e4887b461b702fd6009bc3f06e1198b0f91efd.tar.xz discoin-38e4887b461b702fd6009bc3f06e1198b0f91efd.zip | |
Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()
a560378 [WALLET] Addition of ImmatureCreditCached to MarkDirty() (Spencer Lievens)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 3742552f5..72c1239cc 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -369,6 +369,7 @@ public: { fCreditCached = false; fAvailableCreditCached = false; + fImmatureCreditCached = false; fWatchDebitCached = false; fWatchCreditCached = false; fAvailableWatchCreditCached = false; |