exchange

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

commit 11d5f61984105efb0e3e263fc67fb846dacead4c
parent d3fb16b38049d61ad5bb5271e43420421dd10d91
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 17 Jan 2020 12:25:03 +0100

tested in GNUnet already

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

diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c @@ -88,7 +88,6 @@ run_queries (struct GNUNET_PQ_Context *conn) json = json_object (); json_object_set_new (json, "foo", json_integer (42)); GNUNET_assert (NULL != json); - /* FIXME: test GNUNET_PQ_result_spec_variable_size */ { struct GNUNET_PQ_QueryParam params_insert[] = { TALER_PQ_query_param_amount (&hamount),