From 877360794b5672f1f8addb96860fbfb068f0580b Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Sun, 28 Oct 2018 12:36:39 +0800 Subject: [PATCH] fix? --- 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 b13700db4..03da81269 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -971,7 +971,7 @@ std::string DiceBet(uint64_t txfee,char *planstr,uint256 fundingtxid,int64_t bet int32_t entropytxs; if ( (funding= DicePlanFunds(entropyval,entropytxid,sbits,cp,dicepk,fundingtxid,entropytxs)) >= 2*bet*odds+txfee && entropyval != 0 ) { - if ( entropytxs < 10 ) { + if ( entropytxs < 2 ) { CCerror = "Your dealer is broke, find a new casino."; fprintf(stderr,"%s\n", CCerror.c_str() ); return("");