aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-07-07 10:06:18 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-29 12:18:44 +0200
commit7370e96bfa1bf3881df424eee48387f77d94be1f (patch)
tree74acb8b8714c3babf2a6db5b0de2cbfdc28b142c /src/exchangedb/plugin_exchangedb_postgres.c
parentbe08da9e1ba53d980134bd026cad4a74db1aa944 (diff)
downloadexchange-7370e96bfa1bf3881df424eee48387f77d94be1f.tar.xz
first draft for kyc-upload
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 e65f2ef3f..aad3e1cd9 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -53,6 +53,7 @@
#include "pg_lookup_records_by_table.h"
#include "pg_lookup_kyc_status_by_token.h"
#include "pg_lookup_serial_by_table.h"
+#include "pg_lookup_pending_legitimization.h"
#include "pg_select_account_merges_above_serial_id.h"
#include "pg_select_all_purse_decisions_above_serial_id.h"
#include "pg_select_purse.h"
@@ -740,6 +741,8 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
= &TEH_PG_lookup_signkey_revocation;
plugin->lookup_denomination_key
= &TEH_PG_lookup_denomination_key;
+ plugin->lookup_pending_legitimization
+ = &TEH_PG_lookup_pending_legitimization;
plugin->insert_auditor_denom_sig
= &TEH_PG_insert_auditor_denom_sig;
plugin->select_auditor_denom_sig