commit 68ae6e7c30f633cf3035a5578c04bf3bf548dee1
parent cfa9393bc79fa798c71a8b45d3ec5d7cc69ba813
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 28 Jun 2022 20:24:53 +0200
-purse deposit needs denomination hash and age commitment hash; others had it, but documentation was outdated
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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;
};