added funcid to switch
This commit is contained in:
@@ -525,6 +525,7 @@ bool PricesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'F': // final tx
|
case 'F': // final tx
|
||||||
|
case 'R':
|
||||||
if (!ValidateFinalTx(cp, eval, tx, firstVinTx)) {
|
if (!ValidateFinalTx(cp, eval, tx, firstVinTx)) {
|
||||||
///return false;
|
///return false;
|
||||||
std::cerr << "PricesValidate() " << "ValidateFinalTx=false " << eval->state.GetRejectReason() << std::endl;
|
std::cerr << "PricesValidate() " << "ValidateFinalTx=false " << eval->state.GetRejectReason() << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user