gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 36/80: capitalize first word in sentence; add period at end


From: gnunet
Subject: [taler-docs] 36/80: capitalize first word in sentence; add period at end of sentence (three instances)
Date: Wed, 17 Mar 2021 12:29:35 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 2078c3127a3bd19618c1b5c3fa2fb3389bf08f07
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 06:53:01 2021 -0400

    capitalize first word in sentence; add period at end of sentence (three 
instances)
---
 core/api-merchant.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 869d68f..94e1647 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2261,17 +2261,17 @@ Informing the backend about incoming wire transfers
   .. ts:def:: TrackTransferProof
 
     interface TrackTransferProof {
-      // signature from the exchange made with purpose
-      // ``TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE_DEPOSIT``
+      // Signature from the exchange made with purpose
+      // ``TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE_DEPOSIT``.
       exchange_sig: EddsaSignature;
 
-      // public EdDSA key of the exchange that was used to generate the 
signature.
+      // Public EdDSA key of the exchange that was used to generate the 
signature.
       // Should match one of the exchange's signing keys from /keys.  Again 
given
       // explicitly as the client might otherwise be confused by clock skew as 
to
       // which signing key was used.
       exchange_pub: EddsaSignature;
 
-      // hash of the wire details (identical for all deposits)
+      // Hash of the wire details (identical for all deposits).
       // Needed to check the ``exchange_sig``
       h_wire: HashCode;
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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