From c08266947f14ee390cbc37a8dd70746215361e8e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Aug 2024 19:53:23 +0200 Subject: implement logic to deal with expiration of measures; untested, but could theoretically work --- src/exchangedb/plugin_exchangedb_postgres.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') 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 -- cgit v1.2.3