taler-docs

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

commit 1bcf6b8bf2c246953713760901b7036d2701e565
parent 70f635f1919b44a858ea491f7711f17ab3cb5770
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Mon, 27 Jan 2025 12:34:34 +0100

[exchange] harmonize field name to denoms_h

Diffstat:
Mcore/api-exchange.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1602,11 +1602,11 @@ Blinding Prepare // been used before. nonces: CSNonce[]; - // Hashes of the public keys of the denominations the + // Hashes of the public keys of the denominations the // request relates to. The denomination MUST support // Clause-Schnorr signatures. The array MUST be of // same length as ``nonces``. - denom_pub_hs: HashCode[]; + denoms_h: HashCode[]; }