gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 02/15: fix # of disclosed coins -> [n][kappa-1] array


From: gnunet
Subject: [taler-docs] 02/15: fix # of disclosed coins -> [n][kappa-1] array
Date: Wed, 11 Jan 2023 17:27:34 +0100

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository docs.

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

    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 871778c..09ea52d 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>`

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]