diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-27 14:43:25 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-27 14:43:25 +0100 |
commit | 32fac55f7ea4d29a459310851cfc955204d3f79f (patch) | |
tree | 6a9ef067469d7ebecebb492ef714a49294e5adf2 /src/kyclogic | |
parent | 42bd2dadcfad336623c0650c28580e8206bf95b9 (diff) |
update GET attest logic now that it is clear that we must store KYC attributes locally:
Diffstat (limited to 'src/kyclogic')
-rw-r--r-- | src/kyclogic/kyclogic_api.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/kyclogic/kyclogic_api.c b/src/kyclogic/kyclogic_api.c index d7ecf51e1..6d92fce68 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 */ |