exchange

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

commit 6f6a3f491904fed64fd924cd997fc3aeda55b366
parent 97af2363b285165fdbdb6fdaa80fec28791b143b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 30 Apr 2025 23:50:18 +0200

-indent

Diffstat:
Msrc/exchange/taler-exchange-httpd_withdraw.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c @@ -1575,7 +1575,6 @@ withdraw_phase_parse ( const json_t *j_coin_evs; const char *cipher; bool no_max_age; - struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_string ("cipher", &cipher), @@ -1672,7 +1671,7 @@ withdraw_phase_parse ( "maximum number of coins that can be withdrawn has been exceeded") BAIL_IF ((! wc->request.withdraw.age_proof_required) && - (num_coins !=array_size), + (num_coins != array_size), "denoms_h and coin_evs must be arrays of the same size") BAIL_IF (wc->request.withdraw.age_proof_required &&