diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 2783896e9..f38cd42e5 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -783,7 +783,7 @@ bool DiceValidate(struct CCcontract_info *cp,Eval *eval,const CTransaction &tx) fundingPubKey = fundingTx.vout[1].scriptPubKey; 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"); } switch ( funcid )