gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix check of the wrong flag dur


From: gnunet
Subject: [taler-merchant] branch master updated: -fix check of the wrong flag during age restriction verification
Date: Sat, 09 Jul 2022 13:25:20 +0200

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

oec pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 416f113e -fix check of the wrong flag during age restriction 
verification
416f113e is described below

commit 416f113e01f7a96639a266326962bb6d4b5e3e5e
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Sat Jul 9 13:25:17 2022 +0200

    -fix check of the wrong flag during age restriction verification
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index affd4826..91533de5 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -1345,7 +1345,7 @@ AGE_FAIL:
                                  &dc->cdd.h_age_commitment);
       GNUNET_free (dc->age_commitment.keys);
     }
-    else if (is_age_restricted_denom && dc->no_age_commitment)
+    else if (is_age_restricted_denom && dc->no_h_age_commitment)
     {
       /* The contract did not ask for a minimum_age but the client paid
        * with a coin that has age restriction enabled.  We lack the hash

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