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: updating spec matching #


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: updating spec matching #4932
Date: Sat, 04 Mar 2017 18:09:18 +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 9608f22  updating spec matching #4932
9608f22 is described below

commit 9608f228ec0a07310f785669ec4f2a0f0c503357
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 4 18:09:15 2017 +0100

    updating spec matching #4932
---
 api/api-common.rst   | 2 ++
 api/api-exchange.rst | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/api/api-common.rst b/api/api-common.rst
index 944bafc..0d4cf50 100644
--- a/api/api-common.rst
+++ b/api/api-common.rst
@@ -600,6 +600,7 @@ within the
      * purpose.purpose = TALER_SIGNATURE_MASTER_WIRE_FEES
      */
     struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+    struct GNUNET_HashCode h_wire_method;
     struct GNUNET_TIME_AbsoluteNBO start_date;
     struct GNUNET_TIME_AbsoluteNBO end_date;
     struct TALER_AmountNBO wire_fee;
@@ -642,6 +643,7 @@ within the
      */
     struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
     struct TALER_AmountNBO total;
+    struct TALER_AmountNBO wire_fee;
     struct TALER_MerchantPublicKeyP merchant_pub;
     struct GNUNET_HashCode h_wire;
     struct GNUNET_HashCode h_details;
diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index 876f163..d3014cb 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -260,7 +260,7 @@ Obtaining wire-transfer information
       // Wire transfer fee structure. Specifies aggregate wire transfer fees.
       fees: AggregateTransferFee[];
 
-      // Signaure of `TALER_MasterWireDetailsPS`_ with purpose 
TALER_SIGNATURE_MASTER_TEST_DETAILS
+      // Signature of `TALER_MasterWireDetailsPS`_ with purpose 
TALER_SIGNATURE_MASTER_TEST_DETAILS
       // Note that the `h_sepa_details` field of `TALER_MasterWireDetailsPS`_ 
is computed
       // by concatenating all of the above fields (in the same order they 
appear) and then
       // by hashing the obtained concatenation.
@@ -990,6 +990,9 @@ typically also view the balance.)
       // Total amount transferred
       total: Amount;
 
+      // Applicable wire fee that was charged
+      wire_fee: Amount;
+
       // public key of the merchant (identical for all deposits)
       merchant_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]