exchange

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

commit f102bc232ffddc06e807dfa78615f5d94becbc2d
parent 9201af1f487ce8eb190d1d9d9f191b38a9d74ed5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 27 Aug 2024 01:10:29 +0200

-fix style

Diffstat:
Msrc/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 @@ -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;