Test
This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user