From e44f0309ee3899eade0c55d9229d1b153e0106b4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 15 Sep 2015 17:28:57 +0200 Subject: reference #3972 --- src/mint/taler-mint-httpd_wire.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mint/taler-mint-httpd_wire.c') diff --git a/src/mint/taler-mint-httpd_wire.c b/src/mint/taler-mint-httpd_wire.c index 0e28db79..13f23e8e 100644 --- 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, -- cgit v1.2.3