mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 13:59:06 +01:00
finalized transactions seem to work
This commit is contained in:
parent
c85540df4a
commit
6a87a38e56
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user