aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/plugin_auditordb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-06-28 08:38:01 +0200
committerChristian Grothoff <christian@grothoff.org>2024-06-28 08:38:01 +0200
commita30bbfb9a22bb12df7cc98735a3e4cac894d27f7 (patch)
tree98eb2928ea872ed8503303075da1982c4ee48b22 /src/auditordb/plugin_auditordb_postgres.c
parent32ca6ca26e690fa731824d596822f2ce77d67470 (diff)
downloadexchange-a30bbfb9a22bb12df7cc98735a3e4cac894d27f7.tar.xz
-fix auditordb test
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index 0e8c6ed44..8db88ca6e 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -687,10 +687,10 @@ libtaler_plugin_auditordb_postgres_init (void *cls)
= &TAH_PG_del_denomination_balance;
plugin->get_denomination_balance
= &TAH_PG_get_denomination_balance;
-/*
+
plugin->insert_historic_denom_revenue
= &TAH_PG_insert_historic_denom_revenue;
- */
+
plugin->select_historic_denom_revenue
= &TAH_PG_select_historic_denom_revenue;