diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-12 15:35:59 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-12 15:35:59 +0200 |
commit | 06afc160f56c397a3981f6459d4d93f0a9a3eeaa (patch) | |
tree | cfb3d26fae7acff0b5b0429973dd35fcbf3947b3 /src/mint/taler-mint-httpd_responses.c | |
parent | f6e14d3e936142b7181c7ef6246a2fd78c050301 (diff) |
finished with #3712: documentation update
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.c')
-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 |