From 5d7c92006eb5ccedcdfa5100c9d500dd49cebd67 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Mon, 29 Oct 2018 00:05:19 +0800 Subject: [PATCH] lol --- 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 b8b2791ff..3da482e1b 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -962,7 +962,7 @@ std::string DiceBet(uint64_t txfee,char *planstr,uint256 fundingtxid,int64_t bet int32_t entropytxs=0,emptyvar=0; funding = DicePlanFunds(entropyval,entropytxid,sbits,cp,dicepk,fundingtxid,entropytxs,false); DicePlanFunds(entropyval,entropytxid,sbits,cp,dicepk,fundingtxid,emptyvar,true); - if ( ( funding >= 2*bet*odds+txfee && entropyval != 0 ) + if ( ( funding >= 2*bet*odds+txfee && entropyval != 0 ) ) { if ( entropytxs < 100 ) { error = "Your dealer is broke, find a new casino.";