commit 0522f86b0d2634d9496516349dddb743630ea22e
parent 6835415d183e24f5b5efe27c778e6c302370cee3
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 8 Dec 2024 03:19:35 +0100
-clarify
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
@@ -315,7 +315,7 @@ calculate_blinded_hash (
union GNUNET_CRYPTO_BlindSessionNonce nonce;
union GNUNET_CRYPTO_BlindSessionNonce *noncep = NULL;
- // FIXME: add logic to denom.c to do this!
+ // FIXME[oec?]: add logic to denom.c to do this!
if (GNUNET_CRYPTO_BSA_CS == bi.cipher)
{
struct TEH_CsDeriveData cdd = {
@@ -435,7 +435,8 @@ verify_commitment_and_max_age (
{
GNUNET_CRYPTO_hash_context_read (hash_context,
&commitment->h_coin_evs[coin_idx],
- sizeof(commitment->h_coin_evs[coin_idx]));
+ sizeof(commitment->h_coin_evs[coin_idx]
+ ));
}
else
{
diff --git a/src/exchange/taler-exchange-httpd_kyc-upload.c b/src/exchange/taler-exchange-httpd_kyc-upload.c
@@ -491,7 +491,7 @@ TEH_handler_kyc_upload (
&is_finished,
&enc_attributes_len,
&enc_attributes);
- /* FIXME: not exactly elegant, should eventually
+ /* FIXME: not exactly performant/elegant, should eventually
modify lookup_completed_legitimization to
return something if we are purely pending? */
if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs)