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: note on #4980


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: note on #4980
Date: Mon, 03 Apr 2017 22:51: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 9fea925  note on #4980
9fea925 is described below

commit 9fea9257d68d8a535f031e1223139aa273696e64
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 3 22:51:04 2017 +0200

    note on #4980
---
 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 4c5dde8..794d2e9 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -411,10 +411,11 @@ exchange.
       // Transfer details uniquely identifying the transfer, only present if 
type is "DEPOSIT".
       transfer_details?: any;
 
-      // `base32`_ encoding of a purpose, not present for "DEPOSIT" or 
"PAYBACK".
+      // `base32`_ encoding of a purpose, not present for "DEPOSIT"
       // If `type` is "WITHDRAW", this is a `TALER_WithdrawRequestPS`_ with 
purpose TALER_SIGNATURE_WALLET_RESERVE_WITHDRAW.
       // If `type` is "CLOSING", this is a `struct 
TALER_ReserveCloseConfirmationPS` with purpose 
TALER_SIGNATURE_EXCHANGE_RESERVE_CLOSED.
-      details?: string;
+      // If `type` is "PAYBACK", this is a `struct 
TALER_PaybackConfirmationPS` with purpose 
TALER_SIGNATURE_EXCHANGE_CONFIRM_PAYBACK.
+      details?: SignaturePurpose; // See #4980
 
       // Signature of `TALER_WithdrawRequestPS`_ created with the `reserves's 
private key <reserve-priv>`_.  Only present if type is "WITHDRAW".
       signature?: EddsaSignature;
@@ -662,7 +663,7 @@ denomination.
       // `base32`_ binary encoding of the transaction data as a
       // `TALER_DepositRequestPS`_, `TALER_RefreshMeltCoinAffirmationPS`_,
       // `TALER_RefundRequestPS`_ or `TALER_PaybackConfirmationPS`_.
-      details: string;
+      details: SignaturePurpose; // See #4980
 
       // `EdDSA Signature <eddsa-sig>`_ of what we got in `details`.
       // Note that in the case of a 'refund', the signature is made with

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



reply via email to

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