fix failure to remove rc from JSON

This commit is contained in:
Christian Grothoff 2020-02-26 23:43:23 +01:00
parent ec8e3fad20
commit c520b0b86f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -911,7 +911,6 @@ TEH_REFRESH_handler_reveal (const struct TEH_RequestHandler *rh,
json_t *new_denoms_h;
struct RevealContext rctx;
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_fixed_auto ("rc", &rctx.rc),
GNUNET_JSON_spec_fixed_auto ("transfer_pub", &rctx.gamma_tp),
GNUNET_JSON_spec_json ("transfer_privs", &transfer_privs),
GNUNET_JSON_spec_json ("link_sigs", &link_sigs),