diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_csr.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_csr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_csr.c b/src/exchange/taler-exchange-httpd_csr.c index 1abe5563..14d82ef1 100644 --- a/src/exchange/taler-exchange-httpd_csr.c +++ b/src/exchange/taler-exchange-httpd_csr.c @@ -178,7 +178,7 @@ TEH_handler_csr_melt (struct TEH_RequestContext *rc, } /* derive r_pub */ - // FIXME: bundle all requests into one derivation request (TEH_keys_..., crypto helper, security module) + // FIXME-#7272: bundle all requests into one derivation request (TEH_keys_..., crypto helper, security module) ec = TEH_keys_denomination_cs_r_pub_melt (denom_pub_hash, nonce, r_pub); |