fix #3635
This commit is contained in:
parent
7e26ae3858
commit
2f70806cfa
@ -501,8 +501,6 @@ refresh_accept_melts (struct MHD_Connection *connection,
|
|||||||
* required value left and if so, store that they have been
|
* required value left and if so, store that they have been
|
||||||
* melted and confirm the melting operation to the client.
|
* melted and confirm the melting operation to the client.
|
||||||
*
|
*
|
||||||
* FIXME: some arguments are redundant here...
|
|
||||||
*
|
|
||||||
* @param connection the MHD connection to handle
|
* @param connection the MHD connection to handle
|
||||||
* @param melt_hash hash code of the session the coins are melted into
|
* @param melt_hash hash code of the session the coins are melted into
|
||||||
* @param refresh_session_pub public key of the refresh session
|
* @param refresh_session_pub public key of the refresh session
|
||||||
|
@ -162,12 +162,10 @@ handle_refresh_melt_binary (struct MHD_Connection *connection,
|
|||||||
"{s:s}",
|
"{s:s}",
|
||||||
"error", "value mismatch");
|
"error", "value mismatch");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: we must also store the signature over the melt! (#3635) */
|
|
||||||
return TALER_MINT_db_execute_refresh_melt (connection,
|
return TALER_MINT_db_execute_refresh_melt (connection,
|
||||||
&melt_hash,
|
&melt_hash,
|
||||||
refresh_session_pub,
|
refresh_session_pub,
|
||||||
NULL, /* FIXME: #3635! */
|
commit_client_sig,
|
||||||
num_new_denoms,
|
num_new_denoms,
|
||||||
denom_pubs,
|
denom_pubs,
|
||||||
coin_count,
|
coin_count,
|
||||||
|
Loading…
Reference in New Issue
Block a user