summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-11 22:43:26 +0200
committerChristian Grothoff <christian@grothoff.org>2016-08-11 22:43:26 +0200
commitdd724c009dcc6cbc2be1e5431f59917036f0784b (patch)
tree3586715cc42d11aba480722333f4b36a44223784 /src/exchange/taler-exchange-httpd_responses.h
parentbcd5a51a7e8b7b7097d6ab4761e2e097a97c9bc6 (diff)
downloadexchange-dd724c009dcc6cbc2be1e5431f59917036f0784b.tar.gz
exchange-dd724c009dcc6cbc2be1e5431f59917036f0784b.tar.bz2
exchange-dd724c009dcc6cbc2be1e5431f59917036f0784b.zip
finished implementing session-hash based reveal checking
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.h')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h
index 4079bd12b..99f021774 100644
--- a/src/exchange/taler-exchange-httpd_responses.h
+++ b/src/exchange/taler-exchange-httpd_responses.h
@@ -494,21 +494,12 @@ TMH_RESPONSE_reply_refresh_reveal_success (struct MHD_Connection *connection,
* @param connection the connection to send the response to
* @param rm details about the original melt
* @param mc all information about the original commitment
- * @param off offset in the array of kappa-commitments where
- * the missmatch was detected
- * @param j index of the coin for which the missmatch was
- * detected
- * @param missmatch_object name of the object that was
- * bogus (i.e. "transfer key").
* @return a MHD result code
*/
int
TMH_RESPONSE_reply_refresh_reveal_missmatch (struct MHD_Connection *connection,
const struct TALER_EXCHANGEDB_RefreshMelt *rm,
- const struct TALER_EXCHANGEDB_MeltCommitment *mc,
- unsigned int off,
- unsigned int j,
- const char *missmatch_object);
+ const struct TALER_EXCHANGEDB_MeltCommitment *mc);
/**