From 32fac55f7ea4d29a459310851cfc955204d3f79f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Jan 2023 14:43:25 +0100 Subject: update GET attest logic now that it is clear that we must store KYC attributes locally: --- src/kyclogic/kyclogic_api.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/kyclogic/kyclogic_api.c') diff --git a/src/kyclogic/kyclogic_api.c b/src/kyclogic/kyclogic_api.c index d7ecf51e..6d92fce6 100644 --- a/src/kyclogic/kyclogic_api.c +++ b/src/kyclogic/kyclogic_api.c @@ -1371,18 +1371,4 @@ TALER_KYCLOGIC_kyc_iterate_thresholds ( } -enum TALER_ErrorCode -TALER_KYCLOGIC_user_to_attributes (const char *provider_section, - const char *provider_user_id, - const char *legitimization_id, - struct GNUNET_TIME_Timestamp *attr_expiration, - json_t **attrs) -{ - GNUNET_break (0); // FIXME: not yet implemented!!! - *attrs = json_object (); - *attr_expiration = GNUNET_TIME_UNIT_ZERO_TS; - return TALER_EC_NONE; -} - - /* end of taler-exchange-httpd_kyc.c */ -- cgit v1.2.3