From e0ea3b3eb9075f49e66ea74144269cd0bdd1a218 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Jul 2018 08:14:42 -1100 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 236ea37b2..22f2d36d3 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -720,7 +720,7 @@ std::string DiceWinLoseTimeout(uint64_t txfee,char *planstr,uint256 fundingtxid, } hentropy = DiceHashEntropy(entropy,mtx.vin[0].prevout.hash); return(FinalizeCCTx(0,cp,mtx,mypk,txfee,EncodeDiceOpRet(funcid,sbits,fundingtxid,hentropy))); - } else fprintf(stderr,"iswin.%d does not match.%d\n",iswin,winloserefund); + } else fprintf(stderr,"iswin.%d does not match.%d\n",iswin,winlosetimeout); } else return(0); } return(0);