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: we will need the denom_s


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: we will need the denom_sig for the known_coins table
Date: Sun, 19 Mar 2017 08:00:12 +0100

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

grothoff pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 08c8865  we will need the denom_sig for the known_coins table
08c8865 is described below

commit 08c88654aecb80a829b234d72eef04a201bdbb85
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 19 08:00:08 2017 +0100

    we will need the denom_sig for the known_coins table
---
 api/api-exchange.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index b21fd8b..dc8f4d6 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -999,6 +999,9 @@ in using this API.
       // would like the exchange to pay back.
       denom_pub: RsaPublicKey;
 
+      // Signature over the `coin public key <eddsa-coin-pub>`_ by the 
denomination.
+      denom_sig: RsaSignature;
+
       // coin's public key
       coin_pub: CoinPublicKey;
 

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



reply via email to

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