gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -comment style


From: gnunet
Subject: [taler-exchange] branch master updated: -comment style
Date: Tue, 28 Jun 2022 18:01:21 +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 379c580e -comment style
379c580e is described below

commit 379c580efc9d8da331e1d32dbde28111caf18a9b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 18:01:19 2022 +0200

    -comment style
---
 src/exchange/taler-exchange-httpd_purses_deposit.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_purses_deposit.c 
b/src/exchange/taler-exchange-httpd_purses_deposit.c
index d65610dc..af7200f1 100644
--- a/src/exchange/taler-exchange-httpd_purses_deposit.c
+++ b/src/exchange/taler-exchange-httpd_purses_deposit.c
@@ -441,8 +441,8 @@ parse_coin (struct MHD_Connection *connection,
                                           &coin->amount,
                                           &coin->deposit_fee));
 
-    // Check and verify the age restriction.  Needs to happen before
-    // coin-signature check, because we set the h_age_commitment here.
+    /* Check and verify the age restriction.  Needs to happen before
+       coin-signature check, because we set the h_age_commitment here. */
     {
       if (no_attest != no_age_commitment)
 
@@ -457,7 +457,7 @@ parse_coin (struct MHD_Connection *connection,
 
       if (! no_age_commitment)
       {
-        // attestation must be valid.
+        /* attestation must be valid. */
         if (GNUNET_OK !=
             TALER_age_commitment_verify (
               &age_commitment,
@@ -472,8 +472,8 @@ parse_coin (struct MHD_Connection *connection,
                                              "invalid attest for minimum age");
         }
 
-        // Save the hash of the age commitment in the coin's public info, so we
-        // can verify the signature later.
+        /* Save the hash of the age commitment in the coin's public info, so we
+           can verify the signature later. */
         TALER_age_commitment_hash (&age_commitment,
                                    &coin->cpi.h_age_commitment);
         coin->cpi.no_age_commitment = false;

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