[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -fix FIXMEs
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -fix FIXMEs |
Date: |
Sun, 05 Jan 2025 23:19:20 +0100 |
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 9d857eb85 -fix FIXMEs
9d857eb85 is described below
commit 9d857eb85ef0e0c723e876c6579779453e070ad8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 5 23:18:54 2025 +0100
-fix FIXMEs
---
src/exchange/taler-exchange-sanctionscheck.c | 3 +--
src/kyclogic/kyclogic_sanctions.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/exchange/taler-exchange-sanctionscheck.c
b/src/exchange/taler-exchange-sanctionscheck.c
index 40df83ea6..487c7f07d 100644
--- a/src/exchange/taler-exchange-sanctionscheck.c
+++ b/src/exchange/taler-exchange-sanctionscheck.c
@@ -267,9 +267,8 @@ account_cb (void *cls,
struct Account *acc;
(void) cls;
- /* FIXME-#9053: GANA-ize the property key */
if (json_boolean_value (json_object_get (properties,
- "sanction-list-suppress")))
+ "SANCTION_LIST_SUPPRESS")))
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Skipping %llu as suppressed by staff as false-positive\n",
diff --git a/src/kyclogic/kyclogic_sanctions.c
b/src/kyclogic/kyclogic_sanctions.c
index 86406fe3f..3aab6ecbf 100644
--- a/src/kyclogic/kyclogic_sanctions.c
+++ b/src/kyclogic/kyclogic_sanctions.c
@@ -163,8 +163,7 @@ fail_hard (struct TALER_KYCLOGIC_SanctionRater *sr)
sr->ee_tail,
ee);
ee->cb (ee->cb_cls,
- /* FIXME-#9053: better EC? */
- TALER_EC_GENERIC_INTERNAL_INVARIANT_FAILURE,
+ TALER_EC_GENERIC_KYC_SANCTION_LIST_CHECK_FAILED,
NULL,
1.0,
0.0);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -fix FIXMEs,
gnunet <=