This commit is contained in:
jl777
2018-08-02 00:23:53 -11:00
parent 654c77c8a3
commit c51da953ad

View File

@@ -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);