exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit c520b0b86ffc128a982cee42d947e321b34de8a8
parent ec8e3fad206fe1f355faa76193f7d891dad84791
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 26 Feb 2020 23:43:23 +0100

fix failure to remove rc from JSON

Diffstat:
Msrc/exchange/taler-exchange-httpd_refresh_reveal.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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),