aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_insert_kyc_attributes.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-08 15:28:25 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-08 15:28:25 +0100
commitbc1e8787e5954ca2d433f495bee336e7b57c1654 (patch)
treee1a806851cbb7eb7ccbe688942329fc0691dfe97 /src/exchangedb/pg_insert_kyc_attributes.c
parentb26bab5ed8069ac79dda032a5167363ebb4727e7 (diff)
downloadexchange-bc1e8787e5954ca2d433f495bee336e7b57c1654.tar.xz
fix long-polling on purses GET with purse refund event
Diffstat (limited to 'src/exchangedb/pg_insert_kyc_attributes.c')
-rw-r--r--src/exchangedb/pg_insert_kyc_attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_insert_kyc_attributes.c b/src/exchangedb/pg_insert_kyc_attributes.c
index 8b3cf84c6..3c94abb85 100644
--- a/src/exchangedb/pg_insert_kyc_attributes.c
+++ b/src/exchangedb/pg_insert_kyc_attributes.c
@@ -53,7 +53,7 @@ TEH_PG_insert_kyc_attributes (
.h_payto = *h_payto
};
char *kyc_completed_notify_s
- = GNUNET_PG_get_event_notify_channel (&rep.header);
+ = GNUNET_PQ_get_event_notify_channel (&rep.header);
struct GNUNET_PQ_QueryParam params[] = {
GNUNET_PQ_query_param_uint64 (&process_row),
GNUNET_PQ_query_param_auto_from_type (h_payto),