summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control4
-rw-r--r--src/util/config.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d4ba9f5b8..80ebebe69 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
libjansson-dev (>= 2.13),
libltdl-dev (>=2.2),
libmicrohttpd-dev (>=0.9.71),
- libpq-dev (>=15),
+ libpq-dev (>=14),
libsodium-dev (>=1.0.11),
libunistring-dev (>=0.9.2),
python3-jinja2,
@@ -80,7 +80,7 @@ Depends:
Recommends:
taler-exchange-offline (= ${binary:Version}),
apache2 | nginx | httpd,
- postgresql (>=15.0)
+ postgresql (>=14.0)
Description: GNU's payment system operator.
GNU Taler is the privacy-preserving digital payment
system from the GNU project. This package contains the
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",