diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-07-24 16:23:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-07-29 12:18:47 +0200 |
commit | 1fbb444ec1d4abba377ba4fce3606d300f4ff138 (patch) | |
tree | 0abd3442da4078bf0aa582bc25714428f786de22 /src/exchangedb/plugin_exchangedb_postgres.c | |
parent | 2dc156735f143e5d6e5a611726531ceedd2a7e4e (diff) |
wip
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index c9ea6a752..3587ed2e0 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -54,6 +54,7 @@ #include "pg_lookup_kyc_status_by_token.h" #include "pg_lookup_serial_by_table.h" #include "pg_lookup_pending_legitimization.h" +#include "pg_lookup_active_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" @@ -749,6 +750,8 @@ libtaler_plugin_exchangedb_postgres_init (void *cls) = &TEH_PG_lookup_denomination_key; plugin->lookup_pending_legitimization = &TEH_PG_lookup_pending_legitimization; + plugin->lookup_active_legitimization + = &TEH_PG_lookup_active_legitimization; plugin->insert_auditor_denom_sig = &TEH_PG_insert_auditor_denom_sig; plugin->select_auditor_denom_sig |