diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c index 500f1aa72..aad96fe72 100644 --- a/src/mint/taler-mint-httpd_responses.c +++ b/src/mint/taler-mint-httpd_responses.c @@ -774,10 +774,6 @@ TMH_RESPONSE_reply_refresh_reveal_success (struct MHD_Connection *connection, * Send a response for a failed "/refresh/reveal", where the * revealed value(s) do not match the original commitment. * - * FIXME: should also include the client's signature over - * the original reveal operation and the data that was signed - * over eventually... (#3712) -- need to use @a mc! - * * @param connection the connection to send the response to * @param mc all information about the original commitment * @param off offset in the array of kappa-commitments where |