This commit is contained in:
jl777
2018-07-23 00:15:05 -11:00
parent fdda6fcd71
commit db2a2a0e14
3 changed files with 5 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ bool RunCCEval(const CC *cond, const CTransaction &tx, unsigned int nIn)
EvalRef eval;
bool out = eval->Dispatch(cond, tx, nIn);
fprintf(stderr,"out %d vs %d isValid\n",(int32_t)out,(int32_t)eval->state.IsValid());
assert(eval->state.IsValid() == out);
if (eval->state.IsValid()) return true;