This commit is contained in:
jl777
2017-04-27 09:21:53 +03:00
parent e2398ee80f
commit ab49ccacba

View File

@@ -376,7 +376,7 @@ void CWallet::ChainTip(const CBlockIndex *pindex, const CBlock *pblock,
IncrementNoteWitnesses(pindex, pblock, tree);
} else if ( ASSETCHAINS_SYMBOL[0] == 0 || nWitnessCacheSize > 1 ){
DecrementNoteWitnesses(pindex);
} else fprintf(stderr,"would have decremented %s nWitnessCacheSize.%d\n",ASSETCHAINS_SYMBOL,nWitnessCacheSize);
} else fprintf(stderr,"would have decremented %s nWitnessCacheSize.%d\n",ASSETCHAINS_SYMBOL,(int32_t)nWitnessCacheSize);
}
void CWallet::SetBestChain(const CBlockLocator& loc)