diff options
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 8de6f4626..c13a7d193 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -225,13 +225,10 @@ #include "pg_test_aml_officer.h" #include "pg_lookup_aml_officer.h" #include "pg_trigger_aml_process.h" -// #include "pg_select_justification_for_missing_wire.h" #include "pg_lookup_kyc_requirement_by_row.h" -// #include "pg_select_aml_history.h" -// #include "pg_select_aml_process.h" -// #include "pg_select_aml_threshold.h" #include "pg_insert_aml_decision.h" #include "pg_batch_ensure_coin_known.h" +#include "plugin_exchangedb_postgres.h" /** * Set to 1 to enable Postgres auto_explain module. This will |