From 876bf0e56fd45d1543b11d585cd129cf074eb41e Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Jul 2018 10:02:12 -1100 Subject: [PATCH] Need to be house address to finalize bet --- 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 2240e5e57..73d8e8c2c 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -680,7 +680,7 @@ std::string DiceWinLoseTimeout(uint64_t txfee,char *planstr,uint256 fundingtxid, { bettorentropy = DiceGetEntropy(betTx,'B'); // need to set hentropyproof - if ( (iswin= DiceIsWinner(0,bettxid,betTx,entropyTx,bettorentropy,sbits,minbet,maxbet,maxodds,timeoutblocks,fundingtxid)) != 0 ) + if ( (iswin= DiceIsWinner(1,bettxid,betTx,entropyTx,bettorentropy,sbits,minbet,maxbet,maxodds,timeoutblocks,fundingtxid)) != 0 ) { if ( iswin == winlosetimeout ) {