finalized transactions seem to work

This commit is contained in:
Evan 2014-03-20 15:37:27 -07:00
parent c85540df4a
commit 6a87a38e56

View File

@ -5714,11 +5714,11 @@ bool CDarkSendPool::IsCollateralValid(const CTransaction& txCollateral){
CReserveKey reserveKey(pwalletMain);
CWalletTx wtxCollateral = CWalletTx(pwalletMain, txCollateral);
/* if (!wtxCollateral.IsAcceptable(true, false)){
if (!wtxCollateral.IsAcceptable(true, false)){
if(fDebug) printf ("CDarkSendPool::IsCollateralValid - didn't pass IsAcceptable\n");
return false;
}
*/
return true;
}