gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: doxygen


From: gnunet
Subject: [taler-exchange] branch master updated: doxygen
Date: Fri, 17 Jan 2020 22:40:24 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 72f07dde doxygen
72f07dde is described below

commit 72f07dde5b4c7711f750fec07234d22811d6356b
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 22:40:18 2020 +0100

    doxygen
---
 src/auditor/taler-auditor.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 49fbdd57..accd7144 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -529,7 +529,7 @@ report_emergency_by_count (const struct 
TALER_DenominationKeyValidityPS *issue,
  * @param rowid affected row, UINT64_MAX if row is missing
  * @param exchange amount calculated by exchange
  * @param auditor amount calculated by auditor
- * @param proftable 1 if @a exchange being larger than @a auditor is
+ * @param profitable 1 if @a exchange being larger than @a auditor is
  *           profitable for the exchange for this operation,
  *           -1 if @a exchange being smaller than @a auditor is
  *           profitable for the exchange, and 0 if it is unclear
@@ -3587,7 +3587,6 @@ struct RevealContext
  * Function called with information about a refresh order.
  *
  * @param cls closure
- * @param rowid unique serial ID for the row in our database
  * @param num_newcoins size of the @a rrcs array
  * @param rrcs array of @a num_newcoins information about coins to be created
  * @param num_tprivs number of entries in @a tprivs, should be 
#TALER_CNC_KAPPA - 1
@@ -3620,6 +3619,8 @@ reveal_data_cb (void *cls,
  *
  * @param coin_pub public key of a coin
  * @param denom_pub expected denomination of the coin
+ * @param loss_potential how big could the loss be if the coin is
+ *        not properly signed
  * @return database transaction status, on success
  *  #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT
  */
@@ -3678,7 +3679,7 @@ check_known_coin (const struct TALER_CoinSpendPublicKeyP 
*coin_pub,
  * @param coin_sig signature from the coin
  * @param amount_with_fee amount that was deposited including fee
  * @param noreveal_index which index was picked by the exchange in 
cut-and-choose
- * @param session_hash what is the session hash
+ * @param rc what is the refresh commitment
  * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop
  */
 static int
@@ -4400,7 +4401,7 @@ refund_cb (void *cls,
  * Check that the payback operation was properly initiated by a coin
  * and update the denomination's losses accordingly.
  *
- * @param cls a `struct CoinContext *`
+ * @param cc the context with details about the coin
  * @param rowid row identifier used to uniquely identify the payback operation
  * @param amount how much should be added back to the reserve
  * @param coin public information about the coin
@@ -4516,6 +4517,7 @@ check_payback (struct CoinContext *cc,
  * @param amount how much should be added back to the reserve
  * @param reserve_pub public key of the reserve
  * @param coin public information about the coin
+ * @param denom_pub denomination public key of @a coin
  * @param coin_sig signature with @e coin_pub of type 
#TALER_SIGNATURE_WALLET_COIN_PAYBACK
  * @param coin_blind blinding factor used to blind the coin
  * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop
@@ -4553,6 +4555,7 @@ payback_cb (void *cls,
  * @param amount how much should be added back to the reserve
  * @param old_coin_pub original coin that was refreshed to create @a coin
  * @param coin public information about the coin
+ * @param denom_pub denomination public key of @a coin
  * @param coin_sig signature with @e coin_pub of type 
#TALER_SIGNATURE_WALLET_COIN_PAYBACK
  * @param coin_blind blinding factor used to blind the coin
  * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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