aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorJoseph <Joseph.xu@efrei.net>2023-03-03 06:20:38 -0500
committerJoseph <Joseph.xu@efrei.net>2023-03-27 09:54:59 -0400
commitd83c2539bcee852bb0ef6025900bfa7e67c32dff (patch)
tree8429f3c08d25a1e5aedcffcdaa97825c082acf6f /src/exchangedb/plugin_exchangedb_postgres.c
parentfb70814d46d5b92da45e2caa8c513263de7467b2 (diff)
downloadexchange-d83c2539bcee852bb0ef6025900bfa7e67c32dff.tar.xz
some changes for known coins
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index e67995188..2f3318184 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -216,7 +216,7 @@
#include "pg_select_aml_process.h"
#include "pg_select_aml_history.h"
#include "pg_insert_aml_decision.h"
-#include "pg_batch_ensure_coin_known.h"
+
/**
* Set to 1 to enable Postgres auto_explain module. This will
@@ -773,8 +773,7 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
= &TEH_PG_select_aml_history;
plugin->insert_aml_decision
= &TEH_PG_insert_aml_decision;
- plugin->batch_ensure_coin_known
- = &TEH_PG_batch_ensure_coin_known;
+
return plugin;
}