exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 5e31f3547571527b08b55a34925506a0b356311c
parent 8339980393cf93b947f5b1fa50aa669d6a8d9177
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  8 Aug 2024 10:48:47 +0200

refer to bug

Diffstat:
Msrc/exchange/taler-exchange-httpd_kyc-info.c | 4++--
Msrc/kyclogic/kyclogic_api.c | 11-----------
2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_kyc-info.c b/src/exchange/taler-exchange-httpd_kyc-info.c @@ -304,7 +304,7 @@ generate_reply (struct KycPoller *kyp, GNUNET_JSON_pack_bool ("is_and_combinator", is_and_combinator), GNUNET_JSON_pack_allow_null ( - /* TODO: support vATTEST */ + /* TODO: support vATTEST-9048 */ GNUNET_JSON_pack_object_steal ("voluntary_checks", NULL))); GNUNET_break (MHD_YES == @@ -441,7 +441,7 @@ TEH_handler_kyc_info ( rc->connection, MHD_HTTP_OK, GNUNET_JSON_pack_allow_null ( - /* TODO: support vATTEST */ + /* TODO: support vATTEST-9048 */ GNUNET_JSON_pack_object_steal ("voluntary_checks", NULL))); } diff --git a/src/kyclogic/kyclogic_api.c b/src/kyclogic/kyclogic_api.c @@ -2238,17 +2238,6 @@ TALER_KYCLOGIC_kyc_init ( sizeof (struct TALER_KYCLOGIC_KycRule), &sort_by_timeframe); - { - const struct TALER_KYCLOGIC_KycCheck *check; - - check = find_check ("default"); - if (NULL == check) - { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - "A 'default' check should be defined\n"); - } - } - for (unsigned int i=0; i<default_rules.num_kyc_rules; i++) { const struct TALER_KYCLOGIC_KycRule *rule