From 094387ab84c777b5e33af7252e8d10c6d1fe7bfa Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 8 Nov 2018 13:23:06 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )