gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: age-withdraw commitment: max_age ins


From: gnunet
Subject: [taler-docs] branch master updated: age-withdraw commitment: max_age instead of max_age_group
Date: Sun, 12 Mar 2023 19:41:58 +0100

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

oec pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new dab1b41  age-withdraw commitment: max_age instead of max_age_group
dab1b41 is described below

commit dab1b41eda3788f3747646f543db40896bf23b4b
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Sun Mar 12 19:41:48 2023 +0100

    age-withdraw commitment: max_age instead of max_age_group
---
 core/api-common.rst                      | 2 +-
 core/api-exchange.rst                    | 6 +++---
 design-documents/024-age-restriction.rst | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index b91a8a6..6be51f4 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -867,7 +867,7 @@ within the
     struct TALER_ReservePublicKeyP reserve_pub;
     struct GNUNET_HashCode age_restricted_coins_commitment;
     struct GNUNET_HashCode h_denoms_h;
-    uint8 max_age_group;
+    uint8 max_age;
   };
 
 
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b975b81..fad19e8 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2384,9 +2384,9 @@ If so, the exchange will blindly sign ``n`` undisclosed 
coins from the request.
       // denominations MUST equal this amount.
       amount: Amount;
 
-      // The maximum age group to commit to.  MUST be the same as the maximum
-      // age group in the reserve.
-      max_age_group: number;
+      // The maximum age to commit to.  MUST be the same as the maximum
+      // age in the reserve.
+      max_age: number;
 
       // Signature of `TALER_AgeWithdrawRequestPS` created with
       // the `reserves's private key <reserve-priv>`
diff --git a/design-documents/024-age-restriction.rst 
b/design-documents/024-age-restriction.rst
index 4dd6552..6ad7c3d 100644
--- a/design-documents/024-age-restriction.rst
+++ b/design-documents/024-age-restriction.rst
@@ -450,7 +450,7 @@ schema in the exchange is given here:
                        label=<<B>withdraw_age_commitments</B>>
                        margin=20
                        commitments [
-                         
label="withdraw_age_commitments_id\l|<hc>h_commitment\l|amount_with_fee_val\l|amount_with_fee_frac\l|noreveal_index\l|max_age_group\l|<res>reserve_pub\l|reserve_sig\l|timestamp\l"
+                         
label="withdraw_age_commitments_id\l|<hc>h_commitment\l|amount_with_fee_val\l|amount_with_fee_frac\l|noreveal_index\l|max_age\l|<res>reserve_pub\l|reserve_sig\l|timestamp\l"
                        ]
                }
 

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