gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -succinct field names


From: gnunet
Subject: [taler-docs] branch master updated: -succinct field names
Date: Thu, 19 Jan 2023 15:18:41 +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 6d94fb3  -succinct field names
6d94fb3 is described below

commit 6d94fb3a241e7f9ed20173a89037189df9e1adc2
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Thu Jan 19 15:18:37 2023 +0100

    -succinct field names
---
 core/api-exchange.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 8c411b3..25738a4 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1399,8 +1399,8 @@ exchange.
       // Total Amount withdrawn.
       amount: Amount;
 
-      // Commitment of all ``n*kappa`` coins.
-      age_restricted_coins_commitment: HashCode;
+      // Commitment of all ``n*kappa`` blinded coins.
+      h_commitment: HashCode;
 
       // Signature over a `TALER_AgeWithdrawRequestPS`
       // with purpose ``TALER_SIGNATURE_WALLET_RESERVE_AGE_WITHDRAW``
@@ -2077,7 +2077,7 @@ If so, the exchange will blindly sign ``n`` undisclosed 
coins from the request.
       // hash value $ACH over all n*kappa `BlindedCoinHash` values of all
       // coins and their age commitments.  It is alter used as part of the URL
       // in the subsequent call to /age-withdraw/$ACH/reveal.
-      age_restricted_coins_commitment: HashCode;
+      h_commitment : HashCode;
 
       // The total amount that the client wants to withdraw from the reserve
       // and must be at most the balance of the reserve.  The balance of the

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