diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-30 12:23:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-30 12:23:42 +0200 |
commit | 754140be62f8e38dcb94e3131eb7daab4f933051 (patch) | |
tree | 28fc33d479d3c915af3c053aa1107a28a4674857 | |
parent | 2b894b826af54f14ec8927fd2189ff1d2655b744 (diff) |
clarify
-rw-r--r-- | src/exchange/taler-exchange-httpd_keystate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c index 3e8566338..1fee70e86 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 ( |