exchange

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

commit 75aec331fb82dc5c49eefc1352df299f4d9e6771
parent 8b5a0278df45a179d8e7a141a077b1872329cdf3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Dec 2019 20:10:50 +0100

fixing auditor test failure root cause

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

diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c @@ -125,12 +125,12 @@ postgres_drop_tables (void *cls, "DROP TABLE IF EXISTS wire_auditor_account_progress;"), GNUNET_PQ_make_execute ( "DROP TABLE IF EXISTS auditor_historic_reserve_summary CASCADE;"), - GNUNET_PQ_make_execute ( - "DROP TABLE IF EXISTS auditor_denominations CASCADE;"), GNUNET_PQ_EXECUTE_STATEMENT_END }; struct GNUNET_PQ_ExecuteStatement esx[] = { GNUNET_PQ_make_execute ( + "DROP TABLE IF EXISTS auditor_denominations CASCADE;"), + GNUNET_PQ_make_execute ( "DROP TABLE IF EXISTS deposit_confirmations CASCADE;"), GNUNET_PQ_make_execute ("DROP TABLE IF EXISTS auditor_exchanges CASCADE;"), GNUNET_PQ_EXECUTE_STATEMENT_END