fix dice status error message after mempool entopy is invalidated
This commit is contained in:
@@ -1104,9 +1104,7 @@ std::string DiceBetFinish(int32_t *resultp,uint64_t txfee,char *planstr,uint256
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
*resultp = -1;
|
*resultp = -1;
|
||||||
CCerror = "couldnt find bettx or entropytx";
|
return("couldnt find bettx or entropytx");
|
||||||
fprintf(stderr,"%s\n", CCerror.c_str() );
|
|
||||||
return("");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettxid,std::string &error)
|
double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettxid,std::string &error)
|
||||||
@@ -1137,6 +1135,9 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
|
|||||||
{
|
{
|
||||||
mySendrawtransaction(res);
|
mySendrawtransaction(res);
|
||||||
n++;
|
n++;
|
||||||
|
} else
|
||||||
|
{
|
||||||
|
error = res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user