gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -typos


From: gnunet
Subject: [taler-exchange] branch master updated: -typos
Date: Mon, 13 Mar 2023 09:01:36 +0100

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6a3da225 -typos
6a3da225 is described below

commit 6a3da2254625c9d2d308024391fb4bc80c759a37
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Mar 13 09:01:29 2023 +0100

    -typos
---
 src/exchange/taler-exchange-httpd_age-withdraw_reveal.c | 6 +++---
 src/include/taler_crypto_lib.h                          | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c 
b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
index 7cf09eaf..50d524a2 100644
--- a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
+++ b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
@@ -113,7 +113,7 @@ age_reveal_context_free (struct AgeRevealContext *actx)
  * @param j_coin_evs The blinded envelopes in JSON format for the coins that 
are not revealed and will be signed on success
  * @param j_disclosed_coin_secrets The n*(kappa-1) disclosed coins' private 
keys in JSON format, from which all other attributes (age restriction, 
blinding, nonce) will be derived from
  * @param[out] actx The context of the operation, only partially built at call 
time
- * @param[out] mhd_mret The result if a reply is queued for MHD
+ * @param[out] mhd_ret The result if a reply is queued for MHD
  * @return true on success, false on failure, with a reply already queued for 
MHD.
  */
 static enum GNUNET_GenericReturnValue
@@ -416,7 +416,7 @@ denomination_is_valid (
  * @param denoms_h array of hashes of denomination public keys
  * @param[out] dks On success, will be filled with the denomination keys.  
Caller must deallocate.
  * @param amount_with_fee The committed amount including fees
- * @param[out] total_sum On success, will contain the total sum of all 
denominations
+ * @param[out] total_amount On success, will contain the total sum of all 
denominations
  * @param[out] total_fee On success, will contain the total sum of all fees
  * @param[out] result In the error cases, a response will be queued with MHD 
and this will be the result.
  * @return GNUNET_OK if the denominations are valid and support age-restriction
@@ -539,7 +539,7 @@ are_denominations_valid (
  * @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
- * @param discloded_coin_secrets The secrets of the disclosed coins, 
(TALER_CNC_KAPPA - 1)*num_coins many
+ * @param disclosed_coin_secrets The secrets of the disclosed coins, 
(TALER_CNC_KAPPA - 1)*num_coins many
  * @param[out] result On error, a HTTP-response will be queued and result set 
accordingly
  * @return GNUNET_OK on success, GNUNET_SYSERR otherwise
  */
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 2f58e9cd..a9cd3254 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -4851,7 +4851,7 @@ TALER_exchange_online_purse_status_verify (
  * Create age-withdraw confirmation signature.
  *
  * @param scb function to call to create the signature
- * @param awch age-withdraw commitment that identifies the n*kappa blinded 
coins
+ * @param h_commitment age-withdraw commitment that identifies the n*kappa 
blinded coins
  * @param noreveal_index gamma cut-and-choose value chosen by the exchange
  * @param[out] pub where to write the exchange public key
  * @param[out] sig where to write the exchange signature

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]