From 40629e89920267dadba39f5f7f2ab3d844088a0e Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Mon, 3 Jul 2023 16:18:40 +0200 Subject: [age-withdraw] added library function for age-withdraw - Added TALER_EXCHANGE_age_withdraw - Also: Change TALER_EXCHANGE_batch_withdraw and related functions to use GNUNET_CURL_ctx, TALER_EXCHANGE_keys and const char *echange_url --- src/include/taler_exchangedb_plugin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index c4fcad56..1b1a657c 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1215,8 +1215,7 @@ struct TALER_EXCHANGEDB_AgeWithdraw /** * Signature confirming the age withdrawal commitment, matching @e - * reserve_pub, @e maximum_age_group and @e h_commitment and @e - * total_amount_with_fee. + * reserve_pub, @e max_age and @e h_commitment and @e amount_with_fee. */ struct TALER_ReserveSignatureP reserve_sig; -- cgit v1.2.3