gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fixmes


From: gnunet
Subject: [taler-exchange] branch master updated: -fixmes
Date: Mon, 14 Feb 2022 13:03:28 +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 f4f40a31 -fixmes
f4f40a31 is described below

commit f4f40a31efd3028dec36c0b84a49617926b5f9c3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 14 13:03:26 2022 +0100

    -fixmes
---
 src/util/denom.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/util/denom.c b/src/util/denom.c
index c2d788ec..69e72350 100644
--- a/src/util/denom.c
+++ b/src/util/denom.c
@@ -810,6 +810,14 @@ TALER_coin_ev_hash (const struct TALER_BlindedPlanchet 
*blinded_planchet,
       hash_context,
       &blinded_planchet->details.cs_blinded_planchet.c[0],
       sizeof (struct GNUNET_CRYPTO_CsC) * 2);
+#if FIXME
+    /* Must include this for refresh check, but
+       must EXCLUDE this in link signature (see TALER_LinkDataPS!) */
+    GNUNET_CRYPTO_hash_context_read (
+      hash_context,
+      &blinded_planchet->details.cs_blinded_planchet.nonce,
+      sizeof (struct TALER_CsNonce));
+#endif
     break;
   default:
     GNUNET_break (0);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]