From 8dcded95b3ec41124cce9826234179c1f81e0f52 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 14 Nov 2018 22:37:08 -1100 Subject: [PATCH] -() --- 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 52664023f..cd34e9e3f 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -1438,7 +1438,7 @@ std::string DiceBet(uint64_t txfee,char *planstr,uint256 fundingtxid,int64_t bet entropyval = entropyval2; entropytxid = entropytxid2; } - if ( ( funding >= 2*bet*odds+txfee && entropyval != 0 ) ) + if ( funding >= 2*bet*odds+txfee && entropyval != 0 ) { if ( entropytxs < 100 ) { CCerror = "Your dealer is broke, find a new casino.";