This commit is contained in:
jl777
2018-11-08 13:23:06 -11:00
parent da81001b82
commit 094387ab84

View File

@@ -783,7 +783,7 @@ bool DiceValidate(struct CCcontract_info *cp,Eval *eval,const CTransaction &tx)
fundingPubKey = fundingTx.vout[1].scriptPubKey; fundingPubKey = fundingTx.vout[1].scriptPubKey;
if ( sbits != refsbits ) if ( sbits != refsbits )
{ {
fprintf(stderr,"VALIDATION ERROR: sbits %llx != refsbits %llx\n",(long long)sbits,(long long)refsbits)); fprintf(stderr,"VALIDATION ERROR: sbits %llx != refsbits %llx\n",(long long)sbits,(long long)refsbits);
//return eval->Invalid("mismatched diceplan"); //return eval->Invalid("mismatched diceplan");
} }
switch ( funcid ) switch ( funcid )