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 | |
parent | b57b15a5eefea6f35724e95a351367b5f3e1bd0f (diff) |
go to 14 for Jammyv0.9.4-dev.2
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | src/util/config.c | 2 |
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", |