From c51da953ad25d509bd191d372f1475fa3309ce7b Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Aug 2018 00:23:53 -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 978843eea..a06c16064 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -915,7 +915,7 @@ std::string DiceWinLoseTimeout(int32_t *resultp,uint64_t txfee,char *planstr,uin { if ( iswin == winlosetimeout ) { - if ( myGettxout(bettxid,0) == 0 || myGettxout(betxid,1) == 0 ) + if ( myGettxout(bettxid,0) == 0 || myGettxout(bettxid,1) == 0 ) { fprintf(stderr,"bettxid already spent\n"); return(0);