gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 32/37: repair nonce check


From: gnunet
Subject: [taler-exchange] 32/37: repair nonce check
Date: Fri, 04 Feb 2022 16:54:02 +0100

This is an automated email from the git hooks/post-receive script.

gian-demarmels pushed a commit to branch master
in repository exchange.

commit ae5f082c75eb140167dc0254894dd4d57ba62a6d
Author: Gian Demarmels <gian@demarmels.org>
AuthorDate: Sun Jan 16 22:04:52 2022 +0100

    repair nonce check
---
 src/util/crypto.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/crypto.c b/src/util/crypto.c
index 50f2d97d..549ec8b1 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -505,8 +505,8 @@ TALER_coin_ev_hash (const struct TALER_BlindedPlanchet 
*blinded_planchet,
     return GNUNET_OK;
   case TALER_DENOMINATION_CS:
     GNUNET_CRYPTO_hash (
-      &blinded_planchet->details.cs_blinded_planchet,
-      sizeof (blinded_planchet->details.cs_blinded_planchet),
+      &blinded_planchet->details.cs_blinded_planchet.nonce,
+      sizeof (blinded_planchet->details.cs_blinded_planchet.nonce),
       &bch->hash);
     return GNUNET_OK;
   default:

-- 
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]