exchange

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

commit 59a017dbc7535493a883e580964bdd34717124b0
parent 5b3283633e0365b19fcdd1186bc9a76e8b37e1dd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  6 Nov 2021 19:48:04 +0100

SQL fix

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

diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c @@ -190,6 +190,7 @@ setup_connection (struct PostgresClosure *pg) ",h_contract_terms" ",h_wire" ",exchange_timestamp" + ",wire_deadline" ",refund_deadline" ",amount_without_fee_val" ",amount_without_fee_frac"