From 8e3c66caf9e03fead4d33051dfd924db02afc3f4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Aug 2018 23:09:42 -1100 Subject: [PATCH] Test --- 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 37a6959fc..c46851919 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -912,7 +912,7 @@ std::string DiceBetFinish(int32_t *resultp,uint64_t txfee,char *planstr,uint256 if ( scriptPubKey != fundingPubKey ) { fprintf(stderr,"only dice fund creator can submit winner or loser\n"); - return("0"); + winlosetimeout = 0; } } if ( AddNormalinputs(mtx,mypk,txfee,1) == 0 )