gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: refer to bug


From: gnunet
Subject: [taler-exchange] branch master updated: refer to bug
Date: Thu, 08 Aug 2024 10:48:50 +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 5e31f3547 refer to bug
5e31f3547 is described below

commit 5e31f3547571527b08b55a34925506a0b356311c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 8 10:48:47 2024 +0200

    refer to bug
---
 src/exchange/taler-exchange-httpd_kyc-info.c |  4 ++--
 src/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
index 2b62455a0..0436fb78d 100644
--- 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
index d0b8b7315..066fd1202 100644
--- 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

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