[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 100/130: fix comments
From: |
gnunet |
Subject: |
[taler-exchange] 100/130: fix comments |
Date: |
Wed, 17 Nov 2021 12:25:48 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
commit 6000339fbcc91b2bf3bc4a2ae9b934b6093f7cb6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 7 19:37:06 2021 +0100
fix comments
---
src/testing/testing_api_cmd_kyc_wallet_get.c | 4 ++--
src/testing/testing_api_helpers_bank.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/testing/testing_api_cmd_kyc_wallet_get.c
b/src/testing/testing_api_cmd_kyc_wallet_get.c
index e686590e..44ca0371 100644
--- a/src/testing/testing_api_cmd_kyc_wallet_get.c
+++ b/src/testing/testing_api_cmd_kyc_wallet_get.c
@@ -28,7 +28,7 @@
#include "taler_testing_lib.h"
/**
- * State for a "track transaction" CMD.
+ * State for a "/kyc-wallet" GET CMD.
*/
struct KycWalletGetState
{
@@ -183,7 +183,7 @@ wallet_kyc_run (void *cls,
* Cleanup the state from a "track transaction" CMD, and possibly
* cancel a operation thereof.
*
- * @param cls closure.
+ * @param cls closure with our `struct KycWalletGetState`
* @param cmd the command which is being cleaned up.
*/
static void
diff --git a/src/testing/testing_api_helpers_bank.c
b/src/testing/testing_api_helpers_bank.c
index 2876c247..d3c7a2d7 100644
--- a/src/testing/testing_api_helpers_bank.c
+++ b/src/testing/testing_api_helpers_bank.c
@@ -281,7 +281,7 @@ TALER_TESTING_run_bank (const char *config_filename,
}
-int
+enum GNUNET_GenericReturnValue
TALER_TESTING_prepare_nexus (const char *config_filename,
int reset_db,
const char *config_section,
@@ -401,7 +401,7 @@ TALER_TESTING_prepare_nexus (const char *config_filename,
}
-int
+enum GNUNET_GenericReturnValue
TALER_TESTING_prepare_bank (const char *config_filename,
int reset_db,
const char *config_section,
@@ -582,7 +582,7 @@ TALER_TESTING_prepare_bank (const char *config_filename,
}
-int
+enum GNUNET_GenericReturnValue
TALER_TESTING_prepare_fakebank (const char *config_filename,
const char *config_section,
struct TALER_TESTING_BankConfiguration *bc)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] 120/130: [age restriction] progress 3/n, (continued)
- [taler-exchange] 120/130: [age restriction] progress 3/n, gnunet, 2021/11/17
- [taler-exchange] 98/130: fix payto:// construction routine and move it to libtalerutil, gnunet, 2021/11/17
- [taler-exchange] 101/130: add /kyc-proof cmd, gnunet, 2021/11/17
- [taler-exchange] 93/130: prepare for KYC tests, gnunet, 2021/11/17
- [taler-exchange] 67/130: fix sharding, gnunet, 2021/11/17
- [taler-exchange] 99/130: add required payto URI traits, gnunet, 2021/11/17
- [taler-exchange] 78/130: more crypto refactoring, gnunet, 2021/11/17
- [taler-exchange] 65/130: style fixes, gnunet, 2021/11/17
- [taler-exchange] 97/130: add wallet for KYC status check, gnunet, 2021/11/17
- [taler-exchange] 73/130: more denom key refactoring, gnunet, 2021/11/17
- [taler-exchange] 100/130: fix comments,
gnunet <=
- [taler-exchange] 79/130: more crypto refactoring, gnunet, 2021/11/17
- [taler-exchange] 116/130: avoid duplication, gnunet, 2021/11/17
- [taler-exchange] 121/130: fix warning, gnunet, 2021/11/17
- [taler-exchange] 113/130: age restriction (load per denomination). 3/n, gnunet, 2021/11/17
- [taler-exchange] 130/130: towards merging with master, gnunet, 2021/11/17
- [taler-exchange] 118/130: -new option, gnunet, 2021/11/17
- [taler-exchange] 77/130: -fixes, gnunet, 2021/11/17
- [taler-exchange] 103/130: comment, gnunet, 2021/11/17
- [taler-exchange] 124/130: fix oauth_username issue, gnunet, 2021/11/17
- [taler-exchange] 115/130: -preparations for long polling support, gnunet, 2021/11/17