This commit is contained in:
Duke Leto
2020-03-07 21:30:51 -05:00
parent 61c2090dd6
commit 13b59f00ce
2 changed files with 1 additions and 10 deletions

View File

@@ -2060,8 +2060,6 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
}
}
}
// This should be here still?
//SyncWithWallets(tx, NULL);
return true;
}
@@ -5319,11 +5317,6 @@ bool CheckBlock(int32_t *futureblockp,int32_t height,CBlockIndex *pindex,const C
return(false);
}
// if (ptx)
// {
// SyncWithWallets(*ptx, &block);
// }
if ( ASSETCHAINS_CC != 0 )
{
LOCK2(cs_main,mempool.cs);