summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-01-06 20:21:44 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-01-06 20:21:44 +0100
commit23200d98ed768d59c8c8272994242ba144e0a2b2 (patch)
treefe44193efab35a867bac89bc29dedadb3a7cf1a2
parent0f619df8ee16bea6d8e5a333139630ed257a45d2 (diff)
downloaddocs-23200d98ed768d59c8c8272994242ba144e0a2b2.tar.gz
docs-23200d98ed768d59c8c8272994242ba144e0a2b2.tar.bz2
docs-23200d98ed768d59c8c8272994242ba144e0a2b2.zip
fix # of disclosed coins -> [n][kappa-1] array
-rw-r--r--core/api-exchange.rst6
1 files 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 <reserve-priv>`