This commit is contained in:
Christian Grothoff 2022-08-20 22:47:15 +02:00
parent a046899b2c
commit 2b4b52c8a8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -16546,7 +16546,7 @@ postgres_insert_kyc_requirement_process (
* expiration data. * expiration data.
* *
* @param cls closure * @param cls closure
* @param legi_row row to select by * @param process_row row to select by
* @param provider_section provider that must be checked (technically redundant) * @param provider_section provider that must be checked (technically redundant)
* @param h_payto account that must be KYC'ed (helps access by shard, otherwise also redundant) * @param h_payto account that must be KYC'ed (helps access by shard, otherwise also redundant)
* @param provider_account_id provider account ID * @param provider_account_id provider account ID
@ -16628,7 +16628,7 @@ postgres_update_kyc_process_by_row (
* *
* @param cls closure * @param cls closure
* @param requirement_row identifies requirement to look up * @param requirement_row identifies requirement to look up
* @param[out] provider_section provider that must be checked * @param[out] requirements provider that must be checked
* @param[out] h_payto account that must be KYC'ed * @param[out] h_payto account that must be KYC'ed
* @return database transaction status * @return database transaction status
*/ */
@ -16722,7 +16722,7 @@ postgres_lookup_kyc_process_by_account (
* @param provider_section * @param provider_section
* @param provider_legitimization_id legi to look up * @param provider_legitimization_id legi to look up
* @param[out] h_payto where to write the result * @param[out] h_payto where to write the result
* @param[out] legi_row where to write the row of the entry * @param[out] process_row where to write the row of the entry
* @return database transaction status * @return database transaction status
*/ */
static enum GNUNET_DB_QueryStatus static enum GNUNET_DB_QueryStatus