[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -doxygen fixes
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -doxygen fixes |
Date: |
Thu, 11 Aug 2022 23:50:15 +0200 |
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 66307ecc -doxygen fixes
66307ecc is described below
commit 66307ecc032f3d947a9166350ec188dcbba32b2a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 11 23:50:11 2022 +0200
-doxygen fixes
---
src/exchangedb/plugin_exchangedb_postgres.c | 2 ++
src/kyclogic/plugin_kyclogic_template.c | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c
b/src/exchangedb/plugin_exchangedb_postgres.c
index cbb8164e..1dc21b99 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -7823,6 +7823,7 @@ postgres_aggregate (
* @param cls the @e cls of this struct with the plugin-specific state
* @param h_payto destination of the wire transfer
* @param exchange_account_section exchange account to use
+ * @param merchant_pub public key of the merchant receiving the transfer
* @param wtid the raw wire transfer identifier to be used
* @param total amount to be wired in the future
* @return transaction status
@@ -7857,6 +7858,7 @@ postgres_create_aggregation_transient (
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param h_payto destination of the wire transfer
+ * @param merchant_pub public key of the merchant receiving the transfer
* @param exchange_account_section exchange account to use
* @param[out] wtid set to the raw wire transfer identifier to be used
* @param[out] total existing amount to be wired in the future
diff --git a/src/kyclogic/plugin_kyclogic_template.c
b/src/kyclogic/plugin_kyclogic_template.c
index 7765061e..919f7dca 100644
--- a/src/kyclogic/plugin_kyclogic_template.c
+++ b/src/kyclogic/plugin_kyclogic_template.c
@@ -309,7 +309,6 @@ template_proof_cancel (struct TALER_KYCLOGIC_ProofHandle
*ph)
* @param http_method HTTP method used for the webhook
* @param url_path rest of the URL after `/kyc-webhook/`
* @param connection MHD connection object (for HTTP headers)
- * @param body_size number of bytes in @a body
* @param body HTTP request body
* @param cb function to call with the result
* @param cb_cls closure for @a cb
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] branch master updated: -doxygen fixes,
gnunet <=