diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-26 23:43:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-26 23:43:23 +0100 |
commit | c520b0b86ffc128a982cee42d947e321b34de8a8 (patch) | |
tree | 505cf0c084f8fd859f994c3494e8a8360b8d8a9f | |
parent | ec8e3fad206fe1f355faa76193f7d891dad84791 (diff) |
fix failure to remove rc from JSON
-rw-r--r-- | src/exchange/taler-exchange-httpd_refresh_reveal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_refresh_reveal.c b/src/exchange/taler-exchange-httpd_refresh_reveal.c index b7d7fb1c7..802f0a8a3 100644 --- a/src/exchange/taler-exchange-httpd_refresh_reveal.c +++ b/src/exchange/taler-exchange-httpd_refresh_reveal.c @@ -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), |