remove useless check
This commit is contained in:
parent
df9a1770de
commit
16bdd871f4
@ -561,7 +561,6 @@ TMH_REFRESH_handler_refresh_melt (struct TMH_RequestHandler *rh,
|
|||||||
json_t *link_encs;
|
json_t *link_encs;
|
||||||
json_t *transfer_pubs;
|
json_t *transfer_pubs;
|
||||||
json_t *secret_encs;
|
json_t *secret_encs;
|
||||||
json_t *coin_detail;
|
|
||||||
int res;
|
int res;
|
||||||
struct GNUNET_JSON_Specification spec[] = {
|
struct GNUNET_JSON_Specification spec[] = {
|
||||||
GNUNET_JSON_spec_json ("new_denoms", &new_denoms),
|
GNUNET_JSON_spec_json ("new_denoms", &new_denoms),
|
||||||
@ -605,14 +604,6 @@ TMH_REFRESH_handler_refresh_melt (struct TMH_RequestHandler *rh,
|
|||||||
return TMH_RESPONSE_reply_arg_invalid (connection,
|
return TMH_RESPONSE_reply_arg_invalid (connection,
|
||||||
"transfer_pubs");
|
"transfer_pubs");
|
||||||
}
|
}
|
||||||
coin_detail = json_array_get (coin_evs, 0);
|
|
||||||
if (NULL == coin_detail)
|
|
||||||
{
|
|
||||||
// FIXME: generate proper HTTP response!
|
|
||||||
GNUNET_break_op (0);
|
|
||||||
GNUNET_JSON_parse_free (spec);
|
|
||||||
return (GNUNET_SYSERR == res) ? MHD_NO : MHD_YES;
|
|
||||||
}
|
|
||||||
res = handle_refresh_melt_json (connection,
|
res = handle_refresh_melt_json (connection,
|
||||||
new_denoms,
|
new_denoms,
|
||||||
melt_coin,
|
melt_coin,
|
||||||
|
Loading…
Reference in New Issue
Block a user