exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit a11e3cb193fd29a4d59517a9e1f96f0d44ad0d01
parent aa68d1d04d004c16d1a4f54f46afe312c93ad550
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 19 Aug 2021 16:32:57 +0200

-indent fix

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c @@ -7483,7 +7483,8 @@ postgres_gc (void *cls) recoup and reserves_out tables to known_coins; these are NOT using 'ON DROP CASCADE' and might keep denomination keys alive for a bit longer, thus causing this statement - to fail. */(void) GNUNET_PQ_eval_prepared_non_select (conn, + to fail. */ + (void) GNUNET_PQ_eval_prepared_non_select (conn, "gc_denominations", params_time); GNUNET_PQ_disconnect (conn);