diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-06-25 20:38:31 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-06-25 20:38:31 +0200 | 
| commit | 5b800f800a01842346f1a320545d45c062aabf03 (patch) | |
| tree | b76d547eb63562068fb6478c84bc26aa460fa0fd /src/auditor | |
| parent | 64ad01dba77b64e2a787992a095292c8f681dad4 (diff) | |
-fix misc doxygen warnings, code clean up
Diffstat (limited to 'src/auditor')
| -rw-r--r-- | src/auditor/taler-helper-auditor-coins.c | 3 | ||||
| -rw-r--r-- | src/auditor/taler-helper-auditor-reserves.c | 15 | 
2 files changed, 16 insertions, 2 deletions
| diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c index 8021b398..56afdeb9 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c @@ -1207,6 +1207,7 @@ check_known_coin (   * @param cls closure   * @param rowid unique serial ID for the refresh session in our DB   * @param denom_pub denomination public key of @a coin_pub + * @param h_age_commitment hash of the age commitment for the coin   * @param coin_pub public key of the coin   * @param coin_sig signature from the coin   * @param amount_with_fee amount that was deposited including fee @@ -2281,7 +2282,7 @@ recoup_refresh_cb (void *cls,   *   * @param cls closure, NULL   * @param denom_pub public key, sometimes NULL (!) - * @param validity issuing information with value, fees and other info about the denomination. + * @param issue issuing information with value, fees and other info about the denomination.   */  static void  check_denomination ( diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c index a3976bc9..f0c92c26 100644 --- a/src/auditor/taler-helper-auditor-reserves.c +++ b/src/auditor/taler-helper-auditor-reserves.c @@ -1262,7 +1262,6 @@ verify_reserve_balance (void *cls,   * @param rowid unique serial ID for the deposit in our DB   * @param deposit deposit details   * @param reserve_pub which reserve is the purse merged into, NULL if unknown - * @param auditor_balance balance of the purse calculated by auditor   * @param flags purse flags   * @param auditor_balance purse balance (according to the   *          auditor during auditing) @@ -1530,6 +1529,16 @@ handle_purse_merged (   *   * @param cls closure   * @param rowid unique serial ID for the deposit in our DB + * @param reserve_pub reserve affected by the merge + * @param purse_pub purse being merged + * @param h_contract_terms hash over contract of the purse + * @param purse_expiration when would the purse expire + * @param amount total amount in the purse + * @param min_age minimum age of all coins deposited into the purse + * @param flags how was the purse created + * @param purse_fee if a purse fee was paid, how high is it + * @param merge_timestamp when was the merge approved + * @param reserve_sig signature by reserve approving the merge   * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop   */  static enum GNUNET_GenericReturnValue @@ -1604,6 +1613,10 @@ handle_account_merged (   *   * @param cls closure   * @param rowid unique serial ID for the deposit in our DB + * @param history_fee fee paid for the request + * @param ts timestamp of the request + * @param reserve_pub reserve history was requested for + * @param reserve_sig signature approving the @a history_fee   * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop   */  static enum GNUNET_GenericReturnValue | 
