summaryrefslogtreecommitdiff
path: root/src/util/config.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-09 11:18:36 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-09 11:18:36 +0200
commitcbc2beb113c7209ffc629fe683dab7b531f0f1b1 (patch)
treecb1ee25a169702b7c21de96d9e5a06b0f767946a /src/util/config.c
parentb57b15a5eefea6f35724e95a351367b5f3e1bd0f (diff)
downloadexchange-cbc2beb113c7209ffc629fe683dab7b531f0f1b1.tar.gz
exchange-cbc2beb113c7209ffc629fe683dab7b531f0f1b1.tar.bz2
exchange-cbc2beb113c7209ffc629fe683dab7b531f0f1b1.zip
go to 14 for Jammyv0.9.4-dev.2
Diffstat (limited to 'src/util/config.c')
-rw-r--r--src/util/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/config.c b/src/util/config.c
index cd30221ac..718c3a102 100644
--- a/src/util/config.c
+++ b/src/util/config.c
@@ -432,6 +432,8 @@ TALER_CONFIG_currency_specs_to_json (const struct
cspec->decimal_separator),
GNUNET_JSON_pack_string ("name",
cspec->name),
+ GNUNET_JSON_pack_string ("currency",
+ cspec->currency),
GNUNET_JSON_pack_uint64 ("num_fractional_input_digits",
cspec->num_fractional_input_digits),
GNUNET_JSON_pack_uint64 ("num_fractional_normal_digits",