From 2961c9b3f6f3e3d1881a1c850d5ec4ddc33669cf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Sep 2022 14:21:03 +0200 Subject: -doxygen fixes --- src/include/taler_crypto_lib.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/taler_crypto_lib.h') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 2527362b..2977ccf3 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -3111,6 +3111,9 @@ TALER_wallet_reserve_open_deposit_verify ( /** * Sign a request to close a reserve. * + * @param request_timestamp when was the request created + * @param h_payto where to send the funds (NULL allowed to send + * to origin of the reserve) * @param reserve_priv key identifying the reserve * @param[out] reserve_sig resulting signature */ @@ -3125,6 +3128,9 @@ TALER_wallet_reserve_close_sign ( /** * Verify wallet request to close an account. * + * @param request_timestamp when was the request created + * @param h_payto where to send the funds (NULL/all zeros + * allowed to send to origin of the reserve) * @param reserve_pub account’s public key * @param reserve_sig the signature made with purpose #TALER_SIGNATURE_WALLET_RESERVE_CLOSE * @return #GNUNET_OK if the signature is valid -- cgit v1.2.3