exchange

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

commit 0b0b22c8dba00e587d9a54e3dc51b27d3102a9f3
parent 64de8a0fe6cffc0ffe35083397981618ff7bd78f
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 28 Jan 2019 16:50:15 +0100

Minor fix auditordb.

Diffstat:
Msrc/auditordb/plugin_auditordb_postgres.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c @@ -568,7 +568,7 @@ postgres_prepare (PGconn *db_conn) ",exchange_pub" ",master_sig" /* master_sig could be normalized... */ ") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13);", - 11), + 13), /* Used in #postgres_get_deposit_confirmations() */ GNUNET_PQ_make_prepare ("auditor_deposit_confirmation_select", "SELECT"