aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-04 20:06:49 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-04 20:06:49 +0200
commit0ad6a8cbfb4e6181a8db3547c0af42b9e914f5fc (patch)
tree412390c110679a5b3042efd930268c521a695746 /src/exchangedb/plugin_exchangedb_postgres.c
parent77266e6c93f3368171a8b17288f279195f1931dc (diff)
parent1cf6fbe8dc69172b9db30a7b07f3a7ce81d6f75e (diff)
Merge branch 'master' into auction_brandt
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index d2e2eb5d..04455808 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -17296,6 +17296,8 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
plugin->select_merge_amounts_for_kyc_check
= &postgres_select_merge_amounts_for_kyc_check;
/* NEW style, sort alphabetically! */
+ plugin->insert_reserve_open_deposit
+ = &TEH_PG_insert_reserve_open_deposit;
plugin->insert_close_request
= &TEH_PG_insert_close_request;
plugin->iterate_reserve_close_info