From 23200d98ed768d59c8c8272994242ba144e0a2b2 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Fri, 6 Jan 2023 20:21:44 +0100 Subject: fix # of disclosed coins -> [n][kappa-1] array --- core/api-exchange.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 871778c6..09ea52d3 100644 --- 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 ` -- cgit v1.2.3