gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: do not store attributes for inst


From: gnunet
Subject: [taler-exchange] branch master updated: do not store attributes for instant measure
Date: Wed, 30 Oct 2024 14:08:55 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 907574713 do not store attributes for instant measure
907574713 is described below

commit 9075747139b57779f86c260458c06371229b1df7
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Oct 30 14:08:47 2024 +0100

    do not store attributes for instant measure
---
 src/exchange/taler-exchange-httpd_common_kyc.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/exchange/taler-exchange-httpd_common_kyc.c 
b/src/exchange/taler-exchange-httpd_common_kyc.c
index 05d1ffc8c..9e38c12f6 100644
--- a/src/exchange/taler-exchange-httpd_common_kyc.c
+++ b/src/exchange/taler-exchange-httpd_common_kyc.c
@@ -265,6 +265,15 @@ 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;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]