gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: H_wire -> h_wire (#6032)


From: gnunet
Subject: [taler-docs] branch master updated: H_wire -> h_wire (#6032)
Date: Thu, 09 Jan 2020 09:51:51 +0100

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 130d717  H_wire -> h_wire (#6032)
130d717 is described below

commit 130d7172843f345789f509040494bd0b27a43afe
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 9 09:51:49 2020 +0100

    H_wire -> h_wire (#6032)
---
 core/api-exchange.rst | 9 ++++-----
 core/api-merchant.rst | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 0445dd5..eb5eb1f 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -286,7 +286,7 @@ Obtaining wire-transfer information
 
       // Master public key of the exchange, must match the key returned in 
/keys.
       master_public_key: EddsaPublicKey;
-    
+
       // Array of wire accounts operated by the exchange for
       // incoming wire transfers.
       accounts: WireAccount[];
@@ -600,8 +600,7 @@ denomination.
 
       // SHA-512 hash of the merchant's payment details from ``wire``.  
Although
       // strictly speaking redundant, this helps detect inconsistencies.
-      // TODO: change to 'h_wire'.
-      H_wire: HashCode;
+      h_wire: HashCode;
 
       // SHA-512 hash of the contact of the merchant with the customer.  
Further
       // details are never disclosed to the exchange.
@@ -1161,7 +1160,7 @@ typically also view the balance.)
       merchant_pub: EddsaPublicKey;
 
       // hash of the wire details (identical for all deposits)
-      H_wire: HashCode;
+      h_wire: HashCode;
 
       // Time of the execution of the wire transfer by the exchange
       execution_time: Timestamp;
@@ -1222,7 +1221,7 @@ typically also view the balance.)
 
     interface TrackTransactionRequest {
       // SHA-512 hash of the merchant's payment details.
-      H_wire: HashCode;
+      h_wire: HashCode;
 
       // SHA-512 hash of the contact of the merchant with the customer.
       h_contract_terms: HashCode;
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 88d1c94..a02b895 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -342,7 +342,7 @@ Tracking Wire Transfers
       merchant_pub: EddsaPublicKey;
 
       // hash of the wire details (identical for all deposits)
-      H_wire: HashCode;
+      h_wire: HashCode;
 
       // Time of the execution of the wire transfer by the exchange
       execution_time: Timestamp;
@@ -800,9 +800,9 @@ The contract terms must have the following structure:
       merchant: Merchant;
 
       // The hash of the merchant instance's wire details.
-      H_wire: HashCode;
+      h_wire: HashCode;
 
-      // Wire transfer method identifier for the wire method associated with 
H_wire.
+      // Wire transfer method identifier for the wire method associated with 
h_wire.
       // The wallet may only select exchanges via a matching auditor if the
       // exchange also supports this wire method.
       // The wire transfer fees must be added based on this wire transfer 
method.

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



reply via email to

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