aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-08 10:48:47 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-08 10:48:47 +0200
commit5e31f3547571527b08b55a34925506a0b356311c (patch)
tree880421e30831b2d8b150f002736e51f0a4a25727
parent8339980393cf93b947f5b1fa50aa669d6a8d9177 (diff)
refer to bug
-rw-r--r--src/exchange/taler-exchange-httpd_kyc-info.c4
-rw-r--r--src/kyclogic/kyclogic_api.c11
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