From c11899560869df55c5e63df85a6735d61b2546a9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 8 Nov 2018 21:06:57 -1100 Subject: [PATCH] -prints --- src/cc/dice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index ac8be528b..425cc03f8 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -428,7 +428,7 @@ void *dicefinish(void *_ptr) if ( system(cmd) != 0 ) fprintf(stderr,"system error issuing.(%s)\n",cmd); free(cmd); - //if ( (rand() % 100) == 0 ) + if ( (rand() % 100) == 0 ) { fprintf(stderr,"make 0.023 utxos\n"); if ( system("cc/dapps/sendmany") != 0 ) @@ -959,7 +959,7 @@ bool DiceValidate(struct CCcontract_info *cp,Eval *eval,const CTransaction &tx) return eval->Invalid("vin.0 not from fundingPubKey for refund"); } } - if ( (rand() % 100) == 0 ) + if ( (rand() % 1000) == 0 ) fprintf(stderr,"add more validation for refunds\n"); break; default: