From 2f70806cfaff445880639857fef45fd7bdd7f8a5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Mar 2015 17:05:48 +0100 Subject: fix #3635 --- src/mint/taler-mint-httpd_refresh.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mint/taler-mint-httpd_refresh.c') diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c index d36e4208..a5d609ed 100644 --- a/src/mint/taler-mint-httpd_refresh.c +++ b/src/mint/taler-mint-httpd_refresh.c @@ -162,12 +162,10 @@ handle_refresh_melt_binary (struct MHD_Connection *connection, "{s:s}", "error", "value mismatch"); } - - /* FIXME: we must also store the signature over the melt! (#3635) */ return TALER_MINT_db_execute_refresh_melt (connection, &melt_hash, refresh_session_pub, - NULL, /* FIXME: #3635! */ + commit_client_sig, num_new_denoms, denom_pubs, coin_count, -- cgit v1.2.3