From 0648474d44a4c24576aab9a960d6e399f6ba78ff Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 1 Aug 2018 07:24:13 -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 1c5384351..9188818a5 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -122,7 +122,7 @@ void *dicefinish(void *_ptr) res = DiceWinLoseTimeout(&result,0,name,ptr->fundingtxid,ptr->bettxid,ptr->iswin); if ( result != 0 && res.empty() == 0 && res.size() > 64 && is_hexstr((char *)res.c_str(),0) > 64 ) { - LOCK(cs_main); + //LOCK(cs_main); if ( DecodeHexTx(tx,res) != 0 ) { for (i=0; i<10; i++)