[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 17/151: fix taler-exchange-kyc-tester FTBFS
From: |
gnunet |
Subject: |
[taler-exchange] 17/151: fix taler-exchange-kyc-tester FTBFS |
Date: |
Tue, 30 Jul 2024 23:36:27 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
commit eadfb0bc33c99231d28e2a3ff226e68431c96063
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 5 14:23:31 2024 +0200
fix taler-exchange-kyc-tester FTBFS
---
src/kyclogic/taler-exchange-kyc-tester.c | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/src/kyclogic/taler-exchange-kyc-tester.c
b/src/kyclogic/taler-exchange-kyc-tester.c
index c2efafd72..e942ff7a8 100644
--- a/src/kyclogic/taler-exchange-kyc-tester.c
+++ b/src/kyclogic/taler-exchange-kyc-tester.c
@@ -282,11 +282,6 @@ static int global_ret;
*/
static char *requirements;
-/**
- * -i command-line flag.
- */
-static char *ut_s = "individual";
-
/**
* Handle for ongoing initiation operation.
*/
@@ -1474,21 +1469,9 @@ run (void *cls,
if (NULL != requirements)
{
struct TALER_KYCLOGIC_ProviderDetails *pd;
- enum TALER_KYCLOGIC_KycUserType ut;
- if (GNUNET_OK !=
- TALER_KYCLOGIC_kyc_user_type_from_string (ut_s,
- &ut))
- {
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Invalid user type specified ('-i')\n");
- global_ret = EXIT_INVALIDARGUMENT;
- GNUNET_SCHEDULER_shutdown ();
- return;
- }
if (GNUNET_OK !=
TALER_KYCLOGIC_requirements_to_logic (requirements,
- ut,
&ih_logic,
&pd,
&provider_section_name))
@@ -1597,12 +1580,6 @@ main (int argc,
"CHECKS",
"initiate KYC check for the given list of (space-separated) checks",
&requirements),
- GNUNET_GETOPT_option_string (
- 'i',
- "identify",
- "USERTYPE",
- "self-identify as USERTYPE 'business' or 'individual' (defaults to
'individual')",
- &requirements),
GNUNET_GETOPT_option_string (
'u',
"user",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] 02/151: a bit of work on the service API, update signature API, (continued)
- [taler-exchange] 02/151: a bit of work on the service API, update signature API, gnunet, 2024/07/30
- [taler-exchange] 05/151: -fix build issues with new API, gnunet, 2024/07/30
- [taler-exchange] 11/151: fix FTBFS of exchange_api_add_aml_decision.c, gnunet, 2024/07/30
- [taler-exchange] 12/151: fix FTBFS of exchange_api_batch_withdraw2.c, gnunet, 2024/07/30
- [taler-exchange] 13/151: fix FTBFS of exchange_api_deposits_get.c, gnunet, 2024/07/30
- [taler-exchange] 10/151: API for /kyc-statistics and more, gnunet, 2024/07/30
- [taler-exchange] 18/151: fix kyclogic_api.c FTBFS, gnunet, 2024/07/30
- [taler-exchange] 04/151: revise APIs, gnunet, 2024/07/30
- [taler-exchange] 08/151: implement new configuration parser, gnunet, 2024/07/30
- [taler-exchange] 07/151: implement new configuration parser, gnunet, 2024/07/30
- [taler-exchange] 17/151: fix taler-exchange-kyc-tester FTBFS,
gnunet <=
- [taler-exchange] 15/151: get exchange_api_lookup_aml_decisions.c to build again, gnunet, 2024/07/30
- [taler-exchange] 50/151: -fix linker issue, gnunet, 2024/07/30
- [taler-exchange] 42/151: implement more basic KYCLOGIC functions, gnunet, 2024/07/30
- [taler-exchange] 14/151: get exchange_api_kyc_check.c to build again, gnunet, 2024/07/30
- [taler-exchange] 86/151: start with wire-gateway API v1 implementation, gnunet, 2024/07/30
- [taler-exchange] 41/151: work all over the place, gnunet, 2024/07/30
- [taler-exchange] 83/151: seems done, gnunet, 2024/07/30
- [taler-exchange] 88/151: implement wad_in_insert, gnunet, 2024/07/30
- [taler-exchange] 103/151: add logic to parse new_check field, gnunet, 2024/07/30
- [taler-exchange] 66/151: implement get_kyc_statistics, gnunet, 2024/07/30