This commit is contained in:
jl777
2019-02-18 00:41:45 -11:00
parent 01a209ec17
commit 0a59b078e1

View File

@@ -1249,7 +1249,7 @@ bool rogue_validate(struct CCcontract_info *cp,int32_t height,Eval *eval,const C
case 'K': // keystrokes
case 'H': // win
case 'Q': // bailout
fprintf(stderr,"ht.%d rogue.(%c)\n",height,script[1]);
//fprintf(stderr,"ht.%d rogue.(%c)\n",height,script[1]);
return(true);
break;
default: