summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-07 15:35:06 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-07 15:35:13 +0200
commit3f99e4f3f8a89dfafcf37fcbf9046134adca436a (patch)
treea8535b839f66351884bb5b02e2ac3fc8b1a4d317 /src/exchangedb/plugin_exchangedb_postgres.c
parent30b833232ea1c4c0ca58635d046af2970b439a3e (diff)
downloadexchange-3f99e4f3f8a89dfafcf37fcbf9046134adca436a.tar.gz
exchange-3f99e4f3f8a89dfafcf37fcbf9046134adca436a.tar.bz2
exchange-3f99e4f3f8a89dfafcf37fcbf9046134adca436a.zip
-implement new kyc-webhook endpoint
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 7c066784a..e501dc2d6 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -16602,7 +16602,7 @@ postgres_update_kyc_requirement_by_row (
void *cls,
uint64_t legi_row,
const char *provider_section,
- struct TALER_PaytoHashP *h_payto,
+ const struct TALER_PaytoHashP *h_payto,
const char *provider_account_id,
const char *provider_legitimization_id,
struct GNUNET_TIME_Absolute expiration)