Ignore
This commit is contained in:
@@ -803,9 +803,9 @@ UniValue sudoku_solution(uint64_t txfee,struct CCcontract_info *cp,cJSON *params
|
|||||||
{
|
{
|
||||||
result.push_back(Pair("result","error"));
|
result.push_back(Pair("result","error"));
|
||||||
result.push_back(Pair("error","captcha failure"));
|
result.push_back(Pair("error","captcha failure"));
|
||||||
return(result);
|
//return(result);
|
||||||
}
|
}
|
||||||
else
|
//else
|
||||||
{
|
{
|
||||||
if ( (txidstr= jstri(params,0)) != 0 )
|
if ( (txidstr= jstri(params,0)) != 0 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user