[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -clarify
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -clarify |
Date: |
Sun, 08 Dec 2024 03:19:38 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 0522f86b0 -clarify
0522f86b0 is described below
commit 0522f86b0d2634d9496516349dddb743630ea22e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 8 03:19:35 2024 +0100
-clarify
---
src/exchange/taler-exchange-httpd_age-withdraw_reveal.c | 5 +++--
src/exchange/taler-exchange-httpd_kyc-upload.c | 2 +-
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
index c9aca8e99..1bfc86ad2 100644
--- 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
index 583b9c38c..bbe711c11 100644
--- 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)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -clarify,
gnunet <=