aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-24 21:40:51 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-24 21:40:51 +0200
commita1989efdab77c0e2e0628b6d52d7195fe50eb588 (patch)
tree930fb9ddc1f3b3aa3cdfef2c690d67bfd7613f02 /src/lib
parent3e29bdfb8bfda133b7c25a36160a3533e836e0b8 (diff)
[age-withdraw] fixed h_commitment calculation in handler
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_age_withdraw.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/exchange_api_age_withdraw.c b/src/lib/exchange_api_age_withdraw.c
index bd84dcb3..f510bdba 100644
--- a/src/lib/exchange_api_age_withdraw.c
+++ b/src/lib/exchange_api_age_withdraw.c
@@ -724,14 +724,6 @@ perform_protocol (
awbh->reserve_priv,
&awbh->reserve_sig);
- GNUNET_assert (GNUNET_OK ==
- TALER_wallet_age_withdraw_verify (&awbh->h_commitment,
- &awbh->amount_with_fee,
- &awbh->age_mask,
- awbh->max_age,
- &awbh->reserve_pub,
- &awbh->reserve_sig));
-
/* Initiate the POST-request */
j_request_body = GNUNET_JSON_PACK (
GNUNET_JSON_pack_array_steal ("denom_hs", j_denoms),