exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e89602e1296e3ecdaf14979ecc9ad132d21c9c95
parent cb1bc1ce59e031aefbeefa6a17446194c61af8d5
Author: Florian Dold <florian@dold.me>
Date:   Wed, 30 Oct 2024 14:34:16 +0100

Revert "do not store attributes for instant measure"

This reverts commit 9075747139b57779f86c260458c06371229b1df7.

Diffstat:
Msrc/exchange/taler-exchange-httpd_common_kyc.c | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_common_kyc.c b/src/exchange/taler-exchange-httpd_common_kyc.c @@ -265,15 +265,6 @@ kyc_aml_finished ( GNUNET_async_scope_restore (&old_scope); return; } - - if (0 == strcasecmp (kat->provider_name, "SKIP")) - { - /* Instant measure, means we don't have a legi id */ - goto RETURN_RESULT; - } - - GNUNET_assert (0 != kat->provider_legitimization_id); - { const char *birthdate;