gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix


From: gnunet
Subject: [taler-exchange] branch master updated: -fix
Date: Sat, 28 Oct 2023 02:13:00 +0200

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 d1e1620d -fix
d1e1620d is described below

commit d1e1620dd8362f401339f1e86d873d84ec5a49bf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 28 02:12:57 2023 +0200

    -fix
---
 src/util/denom.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/denom.c b/src/util/denom.c
index 7d24104b..1303b9d4 100644
--- a/src/util/denom.c
+++ b/src/util/denom.c
@@ -269,6 +269,7 @@ void
 TALER_denom_pub_deep_copy (struct TALER_DenominationPublicKey *denom_dst,
                            const struct TALER_DenominationPublicKey *denom_src)
 {
+  denom_dst->age_mask = denom_src->age_mask;
   denom_dst->bsign_pub_key
     = GNUNET_CRYPTO_bsign_pub_incref (denom_src->bsign_pub_key);
 }

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