Exempt height 123

This commit is contained in:
jl777
2019-01-31 00:45:08 -11:00
parent 4aa8fce7d2
commit 503ef50448

View File

@@ -2967,6 +2967,8 @@ bool sudoku_validate(struct CCcontract_info *cp,int32_t height,Eval *eval,const
return eval->Invalid("mismatched sudoku value vs score");
} else return(true);
}
else if ( height == 123 ) // early version invalid gen
return(true);
return eval->Invalid("invalid generate opreturn");
case 'S':
fprintf(stderr,"SOLVED ht.%d %.8f %s\n",height,(double)tx.vout[0].nValue/COIN,tx.GetHash().ToString().c_str());