diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-24 00:00:16 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-24 00:00:16 +0100 |
commit | 38fae8edf241b1a4ef7b647dbd2b87033cc8e324 (patch) | |
tree | 6914e09505009f61e68f033e83871ce453eb0c8c /src/mint/taler-mint-httpd_db.c | |
parent | f73071bc6219788fb11b534cfd4fa88b96681306 (diff) |
-resolving fixmes or annotating to bug tracker notes
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r-- | src/mint/taler-mint-httpd_db.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c index 039e74ff..30585730 100644 --- a/src/mint/taler-mint-httpd_db.c +++ b/src/mint/taler-mint-httpd_db.c @@ -440,7 +440,6 @@ TALER_MINT_db_execute_withdraw_sign (struct MHD_Connection *connection, return TALER_MINT_reply_internal_error (connection, "Internal error"); } - /* FIXME: this signature is still blinded, bad name... */ collectable.sig.rsa_signature = sig; collectable.denom_pub = *denomination_pub; collectable.reserve_pub = *reserve; @@ -730,7 +729,7 @@ TALER_MINT_db_execute_refresh_melt (struct MHD_Connection *connection, refresh_session.session_hash = *melt_hash; refresh_session.num_oldcoins = coin_count; refresh_session.num_newcoins = num_new_denoms; - refresh_session.kappa = KAPPA; // FIXME... + refresh_session.kappa = KAPPA; // FIXME... (#3711) refresh_session.noreveal_index = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_STRONG, refresh_session.kappa); |