diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-26 17:36:13 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-26 17:36:13 +0200 |
commit | d20804124025c259af1bc3e00ceed653c734b468 (patch) | |
tree | 5641b89f8367b15fa112d897dc26f55bdc448a21 /src/exchange/taler-exchange-httpd_age-withdraw.c | |
parent | 0f17931b108deacb75eafa36234de088d38be22e (diff) |
[age-withdraw] reveal works, tested.
Tests for age-withdraw and the reveal now work for both, RSA and CS.
Diffstat (limited to 'src/exchange/taler-exchange-httpd_age-withdraw.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_age-withdraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_age-withdraw.c b/src/exchange/taler-exchange-httpd_age-withdraw.c index 8a2a409e..b6e456c4 100644 --- a/src/exchange/taler-exchange-httpd_age-withdraw.c +++ b/src/exchange/taler-exchange-httpd_age-withdraw.c @@ -876,7 +876,7 @@ sign_and_do_age_withdraw ( /* Prepare the hashes of the coins for insertion */ for (uint32_t i = 0; i<awc->num_coins; i++) { - TALER_coin_ev_hash (&awc->coin_evs[i], + TALER_coin_ev_hash (&awc->coin_evs[TALER_CNC_KAPPA * i + noreveal_index], &awc->denom_hs[i], &h_coin_evs[i]); } |