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: add link_sig to /refresh


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: add link_sig to /refresh/reveal
Date: Wed, 26 Jun 2019 13:17:41 +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 58e341b  add link_sig to /refresh/reveal
58e341b is described below

commit 58e341b8b81d08d0dcb1ae6b170dfdf3c73d0a16
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jun 26 13:17:33 2019 +0200

    add link_sig to /refresh/reveal
---
 api-exchange.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/api-exchange.rst b/api-exchange.rst
index b906d33..48352cf 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -875,6 +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,
+      // used later to verify the /refresh/link response from the exchange.
+      link_sig: EddsaSignature;
+
       // The original commitment, used to match the /refresh/reveal
       // to the corresponding /refresh/melt operation.
       rc: HashCode;

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



reply via email to

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