diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-09 11:18:36 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-09 11:18:36 +0200 |
commit | cbc2beb113c7209ffc629fe683dab7b531f0f1b1 (patch) | |
tree | cb1ee25a169702b7c21de96d9e5a06b0f767946a /src/util/config.c | |
parent | b57b15a5eefea6f35724e95a351367b5f3e1bd0f (diff) |
go to 14 for Jammyv0.9.4-dev.2
Diffstat (limited to 'src/util/config.c')
-rw-r--r-- | src/util/config.c | 2 |
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", |