exchange

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

commit a0d88973b2b4be3dfbc5dec750756aa449149ce0
parent 4f37950a40c9deca4206d9835d7282c535a5dfd8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 20 Oct 2018 19:40:32 +0200

fix newlines

Diffstat:
Msrc/auditordb/plugin_auditordb_postgres.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c @@ -1112,8 +1112,6 @@ postgres_insert_deposit_confirmation (void *cls, return GNUNET_PQ_eval_prepared_non_select (session->conn, "auditor_deposit_confirmation_insert", params); - - }