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: simplify /payback spec


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: simplify /payback spec
Date: Sat, 01 Apr 2017 23:43:10 +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 dc5482e  simplify /payback spec
dc5482e is described below

commit dc5482ed746df12fe353e2e1e7457e0f7d582c94
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 1 23:43:08 2017 +0200

    simplify /payback spec
---
 api/api-exchange.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index 79e7c27..623936c 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -1018,9 +1018,8 @@ in using this API.
   .. code-block:: tsref
 
     interface PaybackConfirmation {
-      // wire subject the exchange promises to use for the
-      // wire transfer of the funds;
-      wire_subject: Base32;
+      // public key of the reserve that will receive the payback.
+      reserve_pub: EddsaPublicKey;
 
       // How much will the exchange pay back (needed by wallet in
       // case coin was partially spent and wallet got restored from backup)

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



reply via email to

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