;
This commit is contained in:
@@ -1203,8 +1203,8 @@ void CWallet::DecrementNoteWitnesses(const CBlockIndex* pindex)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( nWitnessCacheSize > 0 )
|
if ( nWitnessCacheSize > 0 )
|
||||||
nWitnessCacheSize--
|
nWitnessCacheSize--;
|
||||||
}
|
}
|
||||||
// For performance reasons, we write out the witness cache in
|
// For performance reasons, we write out the witness cache in
|
||||||
// CWallet::SetBestChain() (which also ensures that overall consistency
|
// CWallet::SetBestChain() (which also ensures that overall consistency
|
||||||
// of the wallet.dat is maintained).
|
// of the wallet.dat is maintained).
|
||||||
|
|||||||
Reference in New Issue
Block a user