[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 01/29: -fix typos for doxygen
From: |
gnunet |
Subject: |
[taler-exchange] 01/29: -fix typos for doxygen |
Date: |
Mon, 03 Jul 2023 16:23:37 +0200 |
This is an automated email from the git hooks/post-receive script.
oec pushed a commit to branch master
in repository exchange.
commit 3ec14744f0edf8455e1032c2653c403e2e205f38
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Sun Apr 23 11:10:06 2023 +0200
-fix typos for doxygen
---
src/exchange/taler-exchange-httpd_age-withdraw_reveal.c | 2 +-
src/exchangedb/pg_insert_age_withdraw_reveal.h | 10 ++++------
2 files changed, 5 insertions(+), 7 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
diff --git a/src/exchangedb/pg_insert_age_withdraw_reveal.h
b/src/exchangedb/pg_insert_age_withdraw_reveal.h
index a98ee4ef..1ce05d59 100644
--- a/src/exchangedb/pg_insert_age_withdraw_reveal.h
+++ b/src/exchangedb/pg_insert_age_withdraw_reveal.h
@@ -24,15 +24,13 @@
#include "taler_util.h"
#include "taler_json_lib.h"
#include "taler_exchangedb_plugin.h"
+
/**
- * Store in the database which coin(s) the wallet wanted to create
- * in a given age-withdraw operation and all of the other information
- * we learned or created in the /age-withdraw/reveal step.
+ * @brief Store in the database which coin(s) the wallet wanted to create in a
+ * given age-withdraw operation and all of the other information we learned or
+ * created in the /age-withdraw/reveal step.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param h_commitment The commitment of the original age-withdraw request
- * @param num_coins The number of revealed coins
- * @param revealed_coins The coins
* TODO:oec
* @return query status for the transaction
*/
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] branch master updated (2d4ebd3f -> f969bd3c), gnunet, 2023/07/03
- [taler-exchange] 07/29: Merge branch 'master' into age-withdraw, gnunet, 2023/07/03
- [taler-exchange] 02/29: Merge branch 'master' into age-withdraw, gnunet, 2023/07/03
- [taler-exchange] 03/29: Merge branch 'master' into age-withdraw, gnunet, 2023/07/03
- [taler-exchange] 01/29: -fix typos for doxygen,
gnunet <=
- [taler-exchange] 11/29: Merge branch 'master' into age-withdraw, gnunet, 2023/07/03
- [taler-exchange] 04/29: [age-withdraw] WIP: change schema to use new support for array types, 11/n, gnunet, 2023/07/03
- [taler-exchange] 08/29: Need libgnunetpq v4.0.0++, gnunet, 2023/07/03
- [taler-exchange] 05/29: Merge branch 'age-withdraw' of ssh://git.kesim.org/taler/exchange into age-withdraw, gnunet, 2023/07/03
- [taler-exchange] 06/29: [æge-withdraw] WiP: towards new API, gnunet, 2023/07/03
- [taler-exchange] 10/29: Merge branch 'master' into age-withdraw, gnunet, 2023/07/03
- [taler-exchange] 14/29: -comment updates, gnunet, 2023/07/03
- [taler-exchange] 19/29: added birthdate parser, gnunet, 2023/07/03
- [taler-exchange] 18/29: -fixed typos, gnunet, 2023/07/03
- [taler-exchange] 09/29: Merge branch 'master' into age-withdraw, gnunet, 2023/07/03