diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-04-23 11:10:06 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-04-23 11:55:17 +0200 |
commit | 08b420dd52cc0668e00cd28131a080450335856f (patch) | |
tree | 3ec0d70568ba46b2093ca7a8894517ce0b1e5c7a /src/exchange/taler-exchange-httpd_age-withdraw_reveal.c | |
parent | 88a69ac7f248ba85c753e0b0db5d0124c7408afb (diff) |
-fix typos for doxygen
Diffstat (limited to 'src/exchange/taler-exchange-httpd_age-withdraw_reveal.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_age-withdraw_reveal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c index 828877ab..5cee7277 100644 --- a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c +++ b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c @@ -788,7 +788,7 @@ verify_commitment_and_max_age ( * @brief Signs and persists the undisclosed coins * * @param connection HTTP-connection to the client - * @param h_commitment_orig Original commitment + * @param h_commitment Original commitment * @param num_coins Number of coins * @param coin_evs The Hashes of the undisclosed, blinded coins, @a num_coins many * @param denom_keys The array of denomination keys, @a num_coins. Needed to detect Clause-Schnorr-based denominations |