Browse Source

heir evalcode logging added

metaverse
dimxy 6 years ago
parent
commit
805b3da050
  1. 2
      src/cc/heir.cpp

2
src/cc/heir.cpp

@ -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 << " evalcode=" << cpHeir->evalcode << std::endl;
std::cerr << "HeirValidate funcid=" << (char)funcId << " evalcode=" << (int)cpHeir->evalcode << std::endl;
//////////////// temp ////////////////////////
return true;

Loading…
Cancel
Save