From a1989efdab77c0e2e0628b6d52d7195fe50eb588 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Mon, 24 Jul 2023 21:40:51 +0200 Subject: [age-withdraw] fixed h_commitment calculation in handler --- src/lib/exchange_api_age_withdraw.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib/exchange_api_age_withdraw.c') 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), -- cgit v1.2.3