gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -init h_denom_pub


From: gnunet
Subject: [taler-merchant] branch master updated: -init h_denom_pub
Date: Wed, 29 Jun 2022 20:34:38 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 329908b5 -init h_denom_pub
329908b5 is described below

commit 329908b511059afbf7ad4669b52512dd3eec8a77
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jun 29 20:34:36 2022 +0200

    -init h_denom_pub
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 3 ++-
 1 file changed, 2 insertions(+), 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 b6790461..690a1921 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -1209,7 +1209,7 @@ process_pay_with_exchange (
     /* Now that we have the details about the denomination, we can verify age
      * restriction requirements, if applicable. Note that denominations with an
      * age_mask equal to zero always pass the age verification.  */
-    is_age_restricted_denom =   0 < denom_details->key.age_mask.bits;
+    is_age_restricted_denom = 0 < denom_details->key.age_mask.bits;
 
     if (is_age_restricted_denom
         && (0 < pc->minimum_age))
@@ -1294,6 +1294,7 @@ AGE_FAIL:
         .coin_pub = dc->coin_pub,
         .coin_sig = dc->coin_sig,
         .denom_sig = dc->ub_sig,
+        .h_denom_pub = denom_details->h_key,
         .h_age_commitment = dc->h_age_commitment
       };
       struct TALER_EXCHANGE_DepositContractDetail dcd = {

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