gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: clarify


From: gnunet
Subject: [taler-exchange] branch master updated: clarify
Date: Mon, 30 Mar 2020 12:23:58 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 754140be clarify
     new a4111983 Merge branch 'master' of git+ssh://git.taler.net/exchange
754140be is described below

commit 754140be62f8e38dcb94e3131eb7daab4f933051
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 30 12:23:42 2020 +0200

    clarify
---
 src/exchange/taler-exchange-httpd_keystate.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keystate.c 
b/src/exchange/taler-exchange-httpd_keystate.c
index 3e856633..1fee70e8 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -44,7 +44,7 @@
  * #TALER_PROTOCOL_CURRENT and #TALER_PROTOCOL_AGE in
  * exchange_api_handle.c!
  */
-#define TALER_PROTOCOL_VERSION "7:0:0"
+#define EXCHANGE_PROTOCOL_VERSION "7:0:0"
 
 
 /**
@@ -1513,7 +1513,7 @@ build_keys_response (const struct ResponseFactoryContext 
*rfc,
   keys = json_pack ("{s:s, s:o, s:o, s:O, s:O,"
                     " s:o, s:o, s:o, s:o, s:o}",
                     /* 1-5 */
-                    "version", TALER_PROTOCOL_VERSION,
+                    "version", EXCHANGE_PROTOCOL_VERSION,
                     "master_public_key", GNUNET_JSON_from_data_auto (
                       &TEH_master_public_key),
                     "reserve_closing_delay", GNUNET_JSON_from_time_rel (

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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