commit 078f26f0bdfe5c31f04ec2088e5a19f62e55d77d
parent 4f8d213a56eaff3d9841c73656faf669663564c9
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 22 Dec 2023 14:55:59 +0800
-currency code was removed from currency specifications
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c
@@ -203,6 +203,7 @@ handle_config_finished (void *cls,
struct TALER_CurrencySpecification *cs = &cspecs[off++];
struct GNUNET_JSON_Specification cspec[] = {
TALER_JSON_spec_currency_specification (curr,
+ curr,
cs),
GNUNET_JSON_spec_end ()
};