From 4ed6e1d12d51f7ecc01d1604c3dbb0f33eb757f2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 6 Nov 2018 02:30:51 -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 12143acc2..e00a46c40 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -1268,7 +1268,7 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx if ( result > 0 ) { mySenddicetransaction(res,entropyused,bettxid); - sleep(1); + usleep(100000); if ( (vout= myIsutxo_spent(spenttxid,bettxid,1)) >= 0 ) { if ( GetTransaction(txid,betTx,hashBlock,false) != 0 && GetTransaction(spenttxid,spenttx,hashBlock,false) != 0 && spenttx.vout.size() >= 2 )