This commit is contained in:
jl777
2017-03-24 03:26:30 +02:00
parent d8be8b2ef7
commit 8ba4541390

View File

@@ -757,7 +757,7 @@ void CWallet::IncrementNoteWitnesses(const CBlockIndex* pindex,
void CWallet::DecrementNoteWitnesses(const CBlockIndex* pindex)
{
//extern int32_t KOMODO_REWIND;
extern int32_t KOMODO_REWIND;
{
LOCK(cs_wallet);
for (std::pair<const uint256, CWalletTx>& wtxItem : mapWallet) {