Reenable captcha

This commit is contained in:
jl777
2019-01-29 08:14:03 -11:00
parent 07131cab60
commit 5cdd5f8722

View File

@@ -799,7 +799,7 @@ UniValue sudoku_solution(uint64_t txfee,struct CCcontract_info *cp,cJSON *params
result.push_back(Pair("sudokuaddr",CCaddr));
balance = CCaddress_balance(CCaddr);
result.push_back(Pair("amount",ValueFromAmount(balance)));
if ( 0 && sudoku_captcha(timestamps) < 0 )
if ( sudoku_captcha(timestamps) < 0 )
{
result.push_back(Pair("result","error"));
result.push_back(Pair("error","captcha failure"));