gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -purse deposit needs denomination ha


From: gnunet
Subject: [taler-docs] branch master updated: -purse deposit needs denomination hash and age commitment hash; others had it, but documentation was outdated
Date: Tue, 28 Jun 2022 20:25:01 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 68ae6e7  -purse deposit needs denomination hash and age commitment 
hash; others had it, but documentation was outdated
68ae6e7 is described below

commit 68ae6e7c30f633cf3035a5578c04bf3bf548dee1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 20:24:53 2022 +0200

    -purse deposit needs denomination hash and age commitment hash; others had 
it, but documentation was outdated
---
 core/api-common.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core/api-common.rst b/core/api-common.rst
index 867666c..2ceca5e 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -839,6 +839,7 @@ within the
      */
     struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
     struct TALER_PrivateContractHash h_contract_terms;
+    struct TALER_AgeCommitmentHash h_age_commitment;
     struct TALER_ExtensionContractHash h_extensions;
     struct TALER_MerchantWireHash h_wire;
     struct TALER_DenominationHash h_denom_pub;
@@ -877,6 +878,7 @@ within the
     struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
     struct TALER_RefreshCommitmentP session_hash;
     struct TALER_DenominationHash h_denom_pub;
+    struct TALER_AgeCommitmentHash h_age_commitment;
     struct TALER_AmountNBO amount_with_fee;
     struct TALER_AmountNBO melt_fee;
   };
@@ -1321,7 +1323,10 @@ within the
      */
     struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
     struct TALER_AmountNBO coin_contribution;
+    struct TALER_DenominationHash h_denom_pub;
+    struct TALER_AgeCommitmentHash h_age_commitment;
     struct TALER_PursePublicKeyP purse_pub;
+    struct GNUNET_HashCode h_exchange_base_url;
   };
 
 

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