gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 112/119: capitalize first word in sentence (four instances)


From: gnunet
Subject: [taler-docs] 112/119: capitalize first word in sentence (four instances)
Date: Fri, 19 Mar 2021 08:13:22 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit e903b806edab9275e5486509754c11ac58a5cb09
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Mar 19 03:06:12 2021 -0400

    capitalize first word in sentence (four instances)
---
 core/api-exchange.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 150fa0e..2ed8084 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1848,10 +1848,10 @@ typically also view the balance.)
   .. ts:def:: TrackTransactionResponse
 
     interface TrackTransactionResponse {
-      // raw wire transfer identifier of the deposit.
+      // Raw wire transfer identifier of the deposit.
       wtid: Base32;
 
-      // when was the wire transfer given to the bank.
+      // When was the wire transfer given to the bank.
       execution_time: Timestamp;
 
       // The contribution of this coin to the total (without fees)
@@ -1860,11 +1860,11 @@ typically also view the balance.)
       // Total amount transferred
       total_amount: Amount;
 
-      // binary-only Signature_ for purpose 
`TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE`
+      // Binary-only Signature_ for purpose 
`TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE`
       // whereby the exchange affirms the successful wire transfer.
       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.

-- 
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]