MakeTokensCCcond1of2 corrrected and simplified

This commit is contained in:
dimxy
2019-01-10 21:28:13 +05:00
parent 0177628e7d
commit d67ca1779a
3 changed files with 5 additions and 15 deletions

View File

@@ -158,7 +158,7 @@ bool HeirValidate(struct CCcontract_info* cpHeir, Eval* eval, const CTransaction
fundingTxOpRetScript = tx.vout[numvouts - 1].scriptPubKey;
}
std::cerr << "HeirValidate funcid=" << (char)funcId << std::endl;
std::cerr << "HeirValidate funcid=" << (char)funcId << " evalcode=" << cpHeir->evalcode << std::endl;
//////////////// temp ////////////////////////
return true;