From 97a4ab754d90830544a10388aa9dd5c2bd8b2d23 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 8 Nov 2018 09:48:21 -1100 Subject: [PATCH] Test --- 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 9ee5414d9..a434a40ea 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -405,7 +405,7 @@ void *dicefinish(void *_ptr) free(cmd); } std::string entropyrawtx = DICE_ENTROPYTX; - if ( newblock != 0 && entropyrawtx.empty() == 0 && entropyrawtx.size() > 64 ) + if ( 0 && newblock != 0 && entropyrawtx.empty() == 0 && entropyrawtx.size() > 64 ) { char cmdbuf[8192]; sprintf(cmdbuf,"./komodo-cli -ac_name=%s sendrawtransaction %s",ASSETCHAINS_SYMBOL,entropyrawtx.c_str()); @@ -1528,7 +1528,7 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx DicePlanFunds(entropyval,entropytxid,sbits,cp,dicepk,fundingtxid,entropytxs,false); if ( entropytxs < DICE_MINUTXOS ) { - for (i=0; i 64 && is_hexstr((char *)res.c_str(),0) > 64 )