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: improving consistency in


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: improving consistency in spec
Date: Wed, 29 Mar 2017 16:54:06 +0200

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 176115f  improving consistency in spec
176115f is described below

commit 176115f323442102c80b3623470a757edd6b929c
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Mar 29 16:57:03 2017 +0200

    improving consistency in spec
---
 api/api-exchange.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index 9d38ce7..79e7c27 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -987,7 +987,8 @@ in using this API.
     The response is a `DepositDoubleSpendError`_.
   :status 404 Not Found:
     The denomination key is not in the set of denomination
-    keys where emergency pay back is enabled.
+    keys where emergency pay back is enabled, or the blinded
+    coin is not known to have been withdrawn.
 
   **Details:**
 
@@ -1033,13 +1034,13 @@ in using this API.
       // payback request, and that the exchange promises to transfer the funds
       // by the date specified (this allows the exchange delaying the transfer
       // a bit to aggregate additional payback requests into a larger one).
-      eddsa_sig: EddsaSignature;
+      exchange_sig: EddsaSignature;
 
       // Public EdDSA key of the exchange that was used to generate the 
signature.
       // Should match one of the exchange's signing keys from /keys.  It is 
given
       // explicitly as the client might otherwise be confused by clock skew as 
to
       // which signing key was used.
-      eddsa_pub: EddsaPublicKey;
+      exchange_pub: EddsaPublicKey;
     }
 
 

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



reply via email to

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