exchange

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

commit 8b8d0bd7dc78de45955e30fbc7c89c8994d77d04
parent cebece5be0b6c8a333e727c6ac1fa198c3113b47
Author: Sebastian <sebasjm@gmail.com>
Date:   Thu, 28 Nov 2024 15:36:44 -0300

fix measure description

Diffstat:
Msrc/kyclogic/kyclogic_api.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kyclogic/kyclogic_api.c b/src/kyclogic/kyclogic_api.c @@ -3599,7 +3599,7 @@ TALER_KYCLOGIC_get_measure_configuration ( GNUNET_JSON_pack_string ("description", ck->description), GNUNET_JSON_pack_allow_null ( - GNUNET_JSON_pack_object_incref ("description", + GNUNET_JSON_pack_object_incref ("description_i18n", ck->description_i18n)), GNUNET_JSON_pack_array_steal ("requires", requires),