taler-docs

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

commit 23200d98ed768d59c8c8272994242ba144e0a2b2
parent 0f619df8ee16bea6d8e5a333139630ed257a45d2
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Fri,  6 Jan 2023 20:21:44 +0100

fix # of disclosed coins -> [n][kappa-1] array

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -2080,9 +2080,9 @@ exchange. // previous commitments. coin_evs: CoinEnvelope[]; - // Array of ``n`` disclosed coin public keys together with their age - // commitments. - disclosed_coins: DisclosedAgeRestrictedCoin[]; + // Array of ``n`` arrays of ``kappa - 1`` disclosed coin public keys + // together with their age commitments. + disclosed_coins: DisclosedAgeRestrictedCoin[][]; // Signature of `TALER_WithdrawAgeRestrictedRevealRequestPS` created with // the `reserves's private key <reserve-priv>`