aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-07 19:53:23 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-07 19:53:23 +0200
commitc08266947f14ee390cbc37a8dd70746215361e8e (patch)
treef8c01835f7380a1c25c0c66f5349f3ab93f94dcb /src/exchangedb/plugin_exchangedb_postgres.c
parentde42b35703ad010040bbbc932ca4aeaa0c582036 (diff)
downloadexchange-c08266947f14ee390cbc37a8dd70746215361e8e.tar.xz
implement logic to deal with expiration of measures; untested, but could theoretically work
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 87414125e..dee515a0c 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -47,6 +47,7 @@
#include "pg_get_unfinished_close_requests.h"
#include "pg_insert_close_request.h"
#include "pg_insert_records_by_table.h"
+#include "pg_insert_programmatic_legitimization_outcome.h"
#include "pg_insert_reserve_open_deposit.h"
#include "pg_get_pending_kyc_requirement_process.h"
#include "pg_iterate_kyc_reference.h"
@@ -774,6 +775,8 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
= &TEH_PG_abort_shard;
plugin->insert_kyc_failure
= &TEH_PG_insert_kyc_failure;
+ plugin->insert_programmatic_legitimization_outcome
+ = &TEH_PG_insert_programmatic_legitimization_outcome;
plugin->complete_shard
= &TEH_PG_complete_shard;
plugin->release_revolving_shard