added funcid to switch

This commit is contained in:
dimxy
2019-05-10 19:18:25 +05:00
parent 9386dd9830
commit af56d295fc

View File

@@ -525,6 +525,7 @@ bool PricesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx
break;
case 'F': // final tx
case 'R':
if (!ValidateFinalTx(cp, eval, tx, firstVinTx)) {
///return false;
std::cerr << "PricesValidate() " << "ValidateFinalTx=false " << eval->state.GetRejectReason() << std::endl;