gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-api] branch master updated: needs array of link sigs


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: needs array of link sigs, not just one
Date: Wed, 26 Jun 2019 14:25:55 +0200

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

dold pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new e111e97  needs array of link sigs, not just one
e111e97 is described below

commit e111e97094357b93e71ec381dd253562e46c051d
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jun 26 14:25:48 2019 +0200

    needs array of link sigs, not just one
---
 api-exchange.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api-exchange.rst b/api-exchange.rst
index bf214d5..c764b6b 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -875,10 +875,10 @@ the API during normal operation.
       // transfer public key at the `noreveal_index`.
       transfer_pub: EddsaPublicKey;
 
-      // Signature made by the wallet using the old coin's private key,
+      // Array of `n` signatures made by the wallet using the old coin's 
private key,
       // used later to verify the /refresh/link response from the exchange.
       // Signs over a `TALER_CoinLinkSignaturePS`_
-      link_sig: EddsaSignature;
+      link_sigs: EddsaSignature[];
 
       // The original commitment, used to match the /refresh/reveal
       // to the corresponding /refresh/melt operation.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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