gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix style


From: gnunet
Subject: [taler-exchange] branch master updated: -fix style
Date: Tue, 27 Aug 2024 01:10:32 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new f102bc232 -fix style
f102bc232 is described below

commit f102bc232ffddc06e807dfa78615f5d94becbc2d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 27 01:10:29 2024 +0200

    -fix style
---
 src/lib/exchange_api_age_withdraw_reveal.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/lib/exchange_api_age_withdraw_reveal.c 
b/src/lib/exchange_api_age_withdraw_reveal.c
index a48e51638..3cb20739b 100644
--- a/src/lib/exchange_api_age_withdraw_reveal.c
+++ b/src/lib/exchange_api_age_withdraw_reveal.c
@@ -141,7 +141,7 @@ age_withdraw_reveal_ok (
     /* Reconstruct the coins and unblind the signatures */
     json_array_foreach (j_sigs, n, j_sig)
     {
-      struct GNUNET_JSON_Specification spec[] = {
+      struct GNUNET_JSON_Specification ispec[] = {
         TALER_JSON_spec_blinded_denom_sig (NULL,
                                            &denom_sigs[n]),
         GNUNET_JSON_spec_end ()
@@ -149,13 +149,12 @@ age_withdraw_reveal_ok (
 
       if (GNUNET_OK !=
           GNUNET_JSON_parse (j_sig,
-                             spec,
+                             ispec,
                              NULL, NULL))
       {
         GNUNET_break_op (0);
         return GNUNET_SYSERR;
       }
-
     }
 
     response.details.ok.num_sigs = awrh->num_coins;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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