This commit is contained in:
jl777
2016-12-03 12:45:35 -03:00
parent 637e8c9536
commit 438eef939e

View File

@@ -776,7 +776,7 @@ void CWallet::DecrementNoteWitnesses()
extern char ASSETCHAINS_SYMBOL[16];
fprintf(stderr,"%s nWitnessCacheSize.%d\n",ASSETCHAINS_SYMBOL,(int32_t)nWitnessCacheSize);
}
if ( KOMODO_REWIND == 0 || chainActive.Tip()->nHeight <= KOMODO_REWIND )
if ( KOMODO_REWIND == 0 )
assert(nWitnessCacheSize > 0);
if (fFileBacked) {
CWalletDB walletdb(strWalletFile);