Skip to content

Commit a560378

Browse files
[WALLET] Addition of ImmatureCreditCached to MarkDirty()
To protect against possible invalidation and to bring conformity to the code.
1 parent fa7caf6 commit a560378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ class CWalletTx : public CMerkleTx
361361
{
362362
fCreditCached = false;
363363
fAvailableCreditCached = false;
364+
fImmatureCreditCached = false;
364365
fWatchDebitCached = false;
365366
fWatchCreditCached = false;
366367
fAvailableWatchCreditCached = false;

0 commit comments

Comments
 (0)