diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-04 11:36:05 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-04 11:36:05 +0200 |
commit | 61f39f0941340f9f7f4a60ad123cda4bccbefbfe (patch) | |
tree | 8f665004a3bbb516ae1b43bd9b4570b6658021dc /src/exchange/taler-exchange-httpd_kyc.h | |
parent | 266068c96cbe64d84da2c79fc6db56e8c56ba6b5 (diff) |
-more general KYC logic
Diffstat (limited to 'src/exchange/taler-exchange-httpd_kyc.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_kyc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_kyc.h b/src/exchange/taler-exchange-httpd_kyc.h index 0061f658..e64f9c34 100644 --- a/src/exchange/taler-exchange-httpd_kyc.h +++ b/src/exchange/taler-exchange-httpd_kyc.h @@ -203,8 +203,7 @@ TEH_kyc_test_required (enum TEH_KycTriggerEvent event, /** - * Obtain the provider logic for a given - * @a provider_section_name. + * Obtain the provider logic for a given @a provider_section_name. * * @param provider_section_name identifies a KYC provider process * @param[out] plugin set to the KYC logic API |