taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2d5ef28651bc72f850bf8df2fc9c51cd4ba0927a
parent ae06c5e858650f436c0682caecd5dd2d36cf1920
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Wed,  2 Apr 2025 14:48:40 +0200

[exchange] consistent parameter name in MeltRequest

Diffstat:
Mcore/api-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -3559,7 +3559,7 @@ the API during normal operation. // The hash of the age-commitment for the old coin. Only present // if the denomination has support for age restriction. - old_h_age_commitment?: AgeCommitmentHash; + old_age_commitment_h?: AgeCommitmentHash; // Signature over the old `coin public key <eddsa-coin-pub>` by the denomination. old_denom_sig: DenominationSignature;