gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix #6744


From: gnunet
Subject: [taler-exchange] branch master updated: fix #6744
Date: Sun, 07 Feb 2021 23:34:37 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 07a5f6fb fix #6744
07a5f6fb is described below

commit 07a5f6fb821ae48efa877215360a5c9c7cfc6fa4
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Sun Feb 7 19:33:15 2021 -0300

    fix #6744
---
 src/exchange/taler-exchange-httpd_keys.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index 5ef3bf45..c85b2c56 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -1405,16 +1405,17 @@ create_krd (struct TEH_KeyStateHandle *ksh,
   }
 
   keys = json_pack (
-    "{s:s, s:o, s:o, s:O, s:O,"
+    "{s:s, s:s, s:o, s:o, s:O, s:O,"
     " s:O, s:O, s:o, s:o, s:o}",
-    /* 1-5 */
+    /* 1-6 */
     "version", EXCHANGE_PROTOCOL_VERSION,
+    "currency", TEH_currency,
     "master_public_key", GNUNET_JSON_from_data_auto (&TEH_master_public_key),
     "reserve_closing_delay", GNUNET_JSON_from_time_rel (
       TEH_reserve_closing_delay),
     "signkeys", signkeys,
     "recoup", recoup,
-    /* 6-10 */
+    /* 7-11 */
     "denoms", denoms,
     "auditors", ksh->auditors,
     "list_issue_date", GNUNET_JSON_from_time_abs (last_cpd),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]