From aa5e7d2ad5e712434f32ab41b63d53bb897c6105 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Feb 2023 18:24:20 +0100 Subject: more towards actually allowing AML decisions to trigger KYC --- src/include/taler_kyclogic_lib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include/taler_kyclogic_lib.h') diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h index 98233b359..34a429121 100644 --- a/src/include/taler_kyclogic_lib.h +++ b/src/include/taler_kyclogic_lib.h @@ -232,7 +232,8 @@ TALER_KYCLOGIC_kyc_test_required (enum TALER_KYCLOGIC_KycTriggerEvent event, * Check if the @a requirements are now satsified for * @a h_payto account. * - * @param requirements space-spearated list of requirements + * @param[in,out] requirements space-spearated list of requirements, + * already satisfied requirements are removed from the list * @param h_payto hash over the account * @param[out] kyc_details if satisfied, set to what kind of * KYC information was collected @@ -242,7 +243,7 @@ TALER_KYCLOGIC_kyc_test_required (enum TALER_KYCLOGIC_KycTriggerEvent event, * @return transaction status (from @a ki) */ enum GNUNET_DB_QueryStatus -TALER_KYCLOGIC_check_satisfied (const char *requirements, +TALER_KYCLOGIC_check_satisfied (char **requirements, const struct TALER_PaytoHashP *h_payto, json_t **kyc_details, TALER_KYCLOGIC_KycSatisfiedIterator ki, -- cgit v1.2.3