commit 6835415d183e24f5b5efe27c778e6c302370cee3
parent 34bf8b4976539e8a9b61f76fe69ddb1688732319
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 8 Dec 2024 03:17:50 +0100
-already done
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_aml-decision.c b/src/exchange/taler-exchange-httpd_aml-decision.c
@@ -402,7 +402,8 @@ TEH_handler_post_aml_decision (
if (NULL != new_measures)
{
- instant_ms = TALER_KYCLOGIC_get_instant_measure (lrs, new_measures);
+ instant_ms = TALER_KYCLOGIC_get_instant_measure (lrs,
+ new_measures);
}
if (NULL != instant_ms)
diff --git a/src/exchange/taler-exchange-httpd_common_kyc.c b/src/exchange/taler-exchange-httpd_common_kyc.c
@@ -1324,8 +1324,6 @@ current_rules_cb (
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"KYC requirement is %s\n",
TALER_KYCLOGIC_rule2s (requirement));
- // FIXME: this is again logic that should probably be
- // shared!
instant_ms
= TALER_KYCLOGIC_rule_get_instant_measure (
requirement);