This commit is contained in:
jl777
2019-02-18 23:10:55 -11:00
parent 9377ec6542
commit 0ca1b888c3

View File

@@ -1297,7 +1297,7 @@ bool rogue_validate(struct CCcontract_info *cp,int32_t height,Eval *eval,const C
if ( (err= rogue_isvalidgame(cp,gameheight,gametx,buyin,maxplayers,gametxid,0)) != 0 )
{
fprintf(stderr,"height.%d rogue_isvalidgame error.%d\n",height,err);
//if ( height > 20000 )
if ( height > 30000 )
return eval->Invalid("invalid gametxid");
}
return(true);