gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 05/12: fix failure to remove rc from JSON


From: gnunet
Subject: [taler-exchange] 05/12: fix failure to remove rc from JSON
Date: Sat, 29 Feb 2020 16:59:24 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit c520b0b86ffc128a982cee42d947e321b34de8a8
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 26 23:43:23 2020 +0100

    fix failure to remove rc from JSON
---
 src/exchange/taler-exchange-httpd_refresh_reveal.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_refresh_reveal.c 
b/src/exchange/taler-exchange-httpd_refresh_reveal.c
index b7d7fb1c..802f0a8a 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),

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]