w
This commit is contained in:
@@ -579,8 +579,7 @@ bool DiceValidate(struct CCcontract_info *cp,Eval *eval,const CTransaction &tx)
|
|||||||
//vout.2: normal output to bettor's address
|
//vout.2: normal output to bettor's address
|
||||||
//vout.n-1: opreturn 'W' sbits fundingtxid hentropy proof
|
//vout.n-1: opreturn 'W' sbits fundingtxid hentropy proof
|
||||||
fprintf(stderr, "vout value: %ld\n", vinTx.vout[2].nValue);
|
fprintf(stderr, "vout value: %ld\n", vinTx.vout[2].nValue);
|
||||||
//odds = vinTx.vout[2].nValue - txfee;
|
odds = vinTx.vout[2].nValue - txfee;
|
||||||
odds = 1;
|
|
||||||
if ( ConstrainVout(tx.vout[0],1,cp->unspendableCCaddr,0) == 0 )
|
if ( ConstrainVout(tx.vout[0],1,cp->unspendableCCaddr,0) == 0 )
|
||||||
return eval->Invalid("vout[0] != inputs-txfee for win/timeout");
|
return eval->Invalid("vout[0] != inputs-txfee for win/timeout");
|
||||||
else if ( tx.vout[2].scriptPubKey != vinTx.vout[2].scriptPubKey )
|
else if ( tx.vout[2].scriptPubKey != vinTx.vout[2].scriptPubKey )
|
||||||
|
|||||||
Reference in New Issue
Block a user