diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-22 14:58:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-22 14:58:40 +0100 |
commit | c2a42d5475daf23889c720734edbafc8c2ce4e4f (patch) | |
tree | 672ec09156773e9a06c1d0dc59b88debb1dae82f /src/mint | |
parent | b1133719bb712b1c90573f310aa97bd2f4d8bfc2 (diff) |
this is actually OK
Diffstat (limited to 'src/mint')
-rw-r--r-- | src/mint/taler-mint-httpd_db.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c index a7a603288..d347126d9 100644 --- a/src/mint/taler-mint-httpd_db.c +++ b/src/mint/taler-mint-httpd_db.c @@ -919,9 +919,6 @@ check_commitment (struct MHD_Connection *connection, GNUNET_CRYPTO_ecdsa_key_get_public (&link_data->coin_priv, &coin_pub); - /* FIXME: we had envisioned a more complex scheme to derive - the message to sign for a blinded coin... - FIXME: we should have a function in util/ to do this! */ GNUNET_CRYPTO_hash (&coin_pub, sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey), &h_msg); |