exchange

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

commit 3ae89540328d8c6dbb72658001760b8450739789
parent f0a59117a82cde8c12c06b2e06bad3d4edfbd41e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 17 Jan 2020 03:30:50 +0100

fix test_pq

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

diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c @@ -184,6 +184,7 @@ main (int argc, "WARNING", NULL); conn = GNUNET_PQ_connect ("postgres:///talercheck", + NULL, es, NULL); if (NULL == conn)