gnunet-svn
[Top][All Lists]
Advanced

[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: Sat, 13 Aug 2022 15:06:55 +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 913eacf5 -doxygen fixes
913eacf5 is described below

commit 913eacf506860a73043be09425d1c143b786e871
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 13 15:06:53 2022 +0200

    -doxygen fixes
---
 src/bank-lib/fakebank.c         | 13 +++++++------
 src/testing/test_exchange_p2p.c |  2 --
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index b8e6dea9..09111ea8 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -2516,9 +2516,10 @@ serve (struct TALER_FAKEBANK_Handle *h,
 /**
  * Handle GET /withdrawal-operation/ request.
  *
- * @param cls a `struct TALER_FAKEBANK_Handle`
+ * @param h the handle
  * @param connection the connection
  * @param wopid the withdrawal operation identifier
+ * @param lp how long is the long-polling timeout
  * @param con_cls closure for request
  * @return MHD result code
  */
@@ -2563,11 +2564,11 @@ get_withdrawal_operation (struct TALER_FAKEBANK_Handle 
*h,
 /**
  * Handle POST /withdrawal-operation/ request.
  *
- * @param cls a `struct TALER_FAKEBANK_Handle`
+ * @param h our handle
  * @param connection the connection
  * @param wopid the withdrawal operation identifier
- * @param upload_data request data
- * @param upload_data_size size of @a upload_data in bytes
+ * @param reserve_pub public key of the reserve
+ * @param exchange_url URL of the exchange
  * @param con_cls closure for request
  * @return MHD result code
  */
@@ -2594,7 +2595,7 @@ do_post_withdrawal (struct TALER_FAKEBANK_Handle *h,
 /**
  * Handle POST /withdrawal-operation/ request.
  *
- * @param cls a `struct TALER_FAKEBANK_Handle`
+ * @param h our fakebank handle
  * @param connection the connection
  * @param wopid the withdrawal operation identifier
  * @param upload_data request data
@@ -2672,7 +2673,7 @@ post_withdrawal_operation (struct TALER_FAKEBANK_Handle 
*h,
 /**
  * Handle incoming HTTP request to the bank integration API.
  *
- * @param cls a `struct TALER_FAKEBANK_Handle`
+ * @param h our fakebank handle
  * @param connection the connection
  * @param url the requested url
  * @param method the method (POST, GET, ...)
diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c
index 20d9d474..726dc315 100644
--- a/src/testing/test_exchange_p2p.c
+++ b/src/testing/test_exchange_p2p.c
@@ -22,8 +22,6 @@
  * @author Christian Grothoff
  *
  * TODO:
- * - Test setup with KYC where purse merge is only
- *   allowed for reserves with KYC completed.
  * - Test purse creation with reserve purse quota
  */
 #include "platform.h"

-- 
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]