From 6e5092d83473dc1b0200d82744cf0f0056b0c110 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Sep 2023 17:37:53 +0200 Subject: more work towards auditor support for AML/KYC --- src/auditordb/plugin_auditordb_postgres.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/auditordb/plugin_auditordb_postgres.c') diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index 5ed01e5d2..24d1768bf 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -36,6 +36,9 @@ #include "pg_insert_auditor_progress_deposit_confirmation.h" #include "pg_update_auditor_progress_deposit_confirmation.h" #include "pg_get_auditor_progress_deposit_confirmation.h" +#include "pg_select_pending_deposits.h" +#include "pg_delete_pending_deposit.h" +#include "pg_insert_pending_deposit.h" #include "pg_insert_auditor_progress_coin.h" #include "pg_update_auditor_progress_coin.h" #include "pg_get_auditor_progress_coin.h" @@ -510,6 +513,13 @@ libtaler_plugin_auditordb_postgres_init (void *cls) plugin->insert_historic_reserve_revenue = &TAH_PG_insert_historic_reserve_revenue; + plugin->select_pending_deposits + = &TAH_PG_select_pending_deposits; + plugin->delete_pending_deposit + = &TAH_PG_delete_pending_deposit; + plugin->insert_pending_deposit + = &TAH_PG_insert_pending_deposit; + plugin->get_predicted_balance = &TAH_PG_get_predicted_balance; plugin->update_predicted_result -- cgit v1.2.3