diff options
| author | Spencer Lievens <[email protected]> | 2016-09-13 23:30:32 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-09-13 23:30:32 +0100 |
| commit | a56037805c68bf34331a6a05d487ae4872261538 (patch) | |
| tree | ab424da995e50b99ed9fcde66e88e626550e7955 | |
| parent | Merge #8693: add witness address to address book (diff) | |
| download | discoin-a56037805c68bf34331a6a05d487ae4872261538.tar.xz discoin-a56037805c68bf34331a6a05d487ae4872261538.zip | |
[WALLET] Addition of ImmatureCreditCached to MarkDirty()
To protect against possible invalidation and to bring conformity to the code.
| -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 61aff6e45..0d096488f 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -361,6 +361,7 @@ public: { fCreditCached = false; fAvailableCreditCached = false; + fImmatureCreditCached = false; fWatchDebitCached = false; fWatchCreditCached = false; fAvailableWatchCreditCached = false; |