From 68ae6e7c30f633cf3035a5578c04bf3bf548dee1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 28 Jun 2022 20:24:53 +0200 Subject: -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(+) (limited to 'core/api-common.rst') diff --git a/core/api-common.rst b/core/api-common.rst index 867666c6..2ceca5ea 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; }; -- cgit v1.2.3