aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-08-03 18:51:46 +0200
committerChristian Grothoff <grothoff@gnunet.org>2024-08-03 18:51:46 +0200
commit12b87cf4f96005a78dfb33c2cb69801c72f319b5 (patch)
tree093e73bcf7ed4a73b107b7d6d905d1c0f8de6e63 /src/exchangedb/plugin_exchangedb_postgres.c
parent830ebef2ea959ccbec0d62a04b947a020ff278c8 (diff)
downloadexchange-12b87cf4f96005a78dfb33c2cb69801c72f319b5.tar.xz
fix KYC long-polling logic
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index cd06a578b..87414125e 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -41,6 +41,7 @@
#include "pg_do_reserve_open.h"
#include "pg_get_coin_transactions.h"
#include "pg_get_expired_reserves.h"
+#include "pg_lookup_h_payto_by_access_token.h"
#include "pg_get_purse_request.h"
#include "pg_get_reserve_history.h"
#include "pg_get_unfinished_close_requests.h"
@@ -765,6 +766,8 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
= &TEH_PG_add_denomination_key;
plugin->lookup_signing_key
= &TEH_PG_lookup_signing_key;
+ plugin->lookup_h_payto_by_access_token
+ = &TEH_PG_lookup_h_payto_by_access_token;
plugin->begin_shard
= &TEH_PG_begin_shard;
plugin->abort_shard