gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: specification fixes


From: gnunet
Subject: [taler-docs] branch master updated: specification fixes
Date: Mon, 30 Mar 2020 18:09:13 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 3d10e7b  specification fixes
3d10e7b is described below

commit 3d10e7b94f9f68cea4d2731c8ebbaff845fb2dfd
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 30 18:09:11 2020 +0200

    specification fixes
---
 core/api-exchange.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b45cdde..92ff028 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -402,7 +402,7 @@ exchange.
     // Union discriminated by the "type" field.
     type ReserveTransaction =
       | ReserveWithdrawTransaction
-      | ReserveDepositTransaction
+      | ReserveCreditTransaction
       | ReserveClosingTransaction
       | ReserveRecoupTransaction;
 
@@ -429,10 +429,10 @@ exchange.
      }
 
 
-  .. ts:def:: ReserveDepositTransaction
+  .. ts:def:: ReserveCreditTransaction
 
-    interface ReserveDepositTransaction {
-      type: "DEPOSIT";
+    interface ReserveCreditTransaction {
+      type: "CREDIT";
 
       // Amount deposited.
       amount: Amount;
@@ -446,7 +446,7 @@ exchange.
       // Timestamp of the incoming wire transfer.
       timestamp: Timestamp;
     }
-    
+
 
   .. ts:def:: ReserveClosingTransaction
 
@@ -462,8 +462,8 @@ exchange.
       // Wire transfer subject.
       wtid: string;
 
-      // Hash of the wire account into which the funds were returned to.
-      h_wire: string;
+      // payto:// URI of the the wire account into which the funds were 
returned to.
+      receiver_account_details: string;
 
       // This is a signature over a
       // struct TALER_ReserveCloseConfirmationPS with purpose
@@ -477,7 +477,7 @@ exchange.
       timestamp: Timestamp;
     }
 
-    
+
   .. ts:def:: ReserveRecoupTransaction
 
     interface ReserveRecoupTransaction {

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



reply via email to

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