Validation prints

This commit is contained in:
jl777
2019-02-17 23:33:24 -11:00
parent 26f77ab47d
commit 9ef4ca1723

View File

@@ -1235,6 +1235,7 @@ bool rogue_validate(struct CCcontract_info *cp,int32_t height,Eval *eval,const C
case 'K': // keystrokes case 'K': // keystrokes
case 'H': // win case 'H': // win
case 'Q': // bailout case 'Q': // bailout
fprintf(stderr,"ht.%d rogue.(%c)\n",height,script[1]);
return(true); return(true);
break; break;
default: default:
@@ -1244,6 +1245,7 @@ bool rogue_validate(struct CCcontract_info *cp,int32_t height,Eval *eval,const C
} }
else if ( script[0] == EVAL_TOKENS ) else if ( script[0] == EVAL_TOKENS )
{ {
fprintf(stderr,"ht.%d tokens.(%c)\n",height,script[1]);
if ( script[1] == 'c' ) if ( script[1] == 'c' )
{ {
return(true); return(true);