exchange

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

commit 6e07ca332cb9f743fdd20408641c1248f72a605a
parent 8b77e24247cc75f6d89aebd8140e3a1702a99793
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 10 Jan 2024 15:21:10 +0100

-fix issues

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

diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c @@ -899,7 +899,7 @@ qconv_array ( &oid_f)); GNUNET_assert (GNUNET_OK == GNUNET_PQ_get_oid_by_name (meta->db, - "VARCHAR", + "text", &oid_c)); for (size_t i = 0; i<num; i++) { @@ -1041,7 +1041,7 @@ qconv_array ( &oid_f)); GNUNET_assert (GNUNET_OK == GNUNET_PQ_get_oid_by_name (meta->db, - "VARCHAR(12)", + "text", &oid_c)); { struct TALER_PQ_AmountCurrencyP am;