commit e44f0309ee3899eade0c55d9229d1b153e0106b4
parent e68446e0a8a4a54b99ba5773a9f7ff17837a393b
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 15 Sep 2015 17:28:57 +0200
reference #3972
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c
@@ -33,6 +33,7 @@
/**
* Is the configuration file is set to include wire format 'sepa'?
+ * Needs #3972 to be solved first.
*/
#define WIRE_SEPA 0
diff --git a/src/mint/taler-mint-httpd_wire.c b/src/mint/taler-mint-httpd_wire.c
@@ -58,7 +58,8 @@ TMH_WIRE_handler_wire (struct TMH_RequestHandler *rh,
/* NOTE: for now, we only support *ONE* wire format per
mint instance; if we supply multiple, we need to
add the strings for each type separately here -- and
- hash the 0-terminated strings above differently as well... */
+ hash the 0-terminated strings above differently as well...
+ See #3972. */
json_array_append_new (methods,
json_string (TMH_expected_wire_format));
return TMH_RESPONSE_reply_json_pack (connection,