[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -already done
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -already done |
Date: |
Sun, 08 Dec 2024 03:17:53 +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 6835415d1 -already done
6835415d1 is described below
commit 6835415d183e24f5b5efe27c778e6c302370cee3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 8 03:17:50 2024 +0100
-already done
---
src/exchange/taler-exchange-httpd_aml-decision.c | 3 ++-
src/exchange/taler-exchange-httpd_common_kyc.c | 2 --
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
index 596727d15..769d51939 100644
--- 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
index 0d8966f82..f6cf026bd 100644
--- 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);
--
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: -already done,
gnunet <=