diff options
-rw-r--r-- | src/exchange/taler-exchange-httpd_common_kyc.c | 9 |
1 files 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 index 9e38c12f6..05d1ffc8c 100644 --- 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; |