commit cbc2beb113c7209ffc629fe683dab7b531f0f1b1
parent b57b15a5eefea6f35724e95a351367b5f3e1bd0f
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Mon, 9 Oct 2023 11:18:36 +0200
go to 14 for Jammy
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git 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
@@ -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",