summaryrefslogtreecommitdiff
path: root/src/auditordb/plugin_auditordb_postgres.c
diff options
context:
space:
mode:
authorNic <nic@eigel.ch>2024-01-09 01:26:00 +0100
committerNic <nic@eigel.ch>2024-01-09 01:26:00 +0100
commita7b6db8c59061ab386c2b14949eb871477a7b7fb (patch)
treeb52591d4ee5df2902c45943b1ca91f3172b9138e /src/auditordb/plugin_auditordb_postgres.c
parent342f119263130001803d5847fbe72a259647a4df (diff)
downloadexchange-a7b6db8c59061ab386c2b14949eb871477a7b7fb.tar.gz
exchange-a7b6db8c59061ab386c2b14949eb871477a7b7fb.tar.bz2
exchange-a7b6db8c59061ab386c2b14949eb871477a7b7fb.zip
adding auditor resp endpoints, trigger for helper deposit_confirmations
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index 2b722a5ea..dc66990ba 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -77,6 +77,7 @@
#include "pg_insert_exchange_signkey.h"
#include "pg_insert_deposit_confirmation.h"
#include "pg_get_deposit_confirmations.h"
+#include "pg_delete_deposit_confirmations.h"
#include "pg_insert_auditor_progress_coin.h"
#include "pg_update_auditor_progress_coin.h"
#include "pg_get_auditor_progress_coin.h"