gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 46/80: add period at end of sentence (seven instances)


From: gnunet
Subject: [taler-docs] 46/80: add period at end of sentence (seven instances)
Date: Wed, 17 Mar 2021 12:29:45 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 7c0bd443b8cd6126317275ec731f26f428e9bc21
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 07:06:01 2021 -0400

    add period at end of sentence (seven instances)
---
 core/api-merchant.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index e60d57a..b1a4631 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2438,8 +2438,8 @@ funds to the exchange.
 
   **Request:**
 
-  :query after: *Optional*.  Only return reserves created after the given 
timestamp in milliseconds
-  :query active: *Optional*.  Only return active/inactive reserves depending 
on the boolean given
+  :query after: *Optional*.  Only return reserves created after the given 
timestamp in milliseconds.
+  :query active: *Optional*.  Only return active/inactive reserves depending 
on the boolean given.
   :query failures: *Optional*.  Only return reserves where we disagree with 
the exchange about the initial balance.
 
   **Response:**
@@ -2451,23 +2451,23 @@ funds to the exchange.
   .. ts:def:: TippingReserveStatus
 
     interface TippingReserveStatus {
-      // Array of all known reserves (possibly empty!)
+      // Array of all known reserves (possibly empty!).
       reserves: ReserveStatusEntry[];
     }
 
   .. ts:def:: ReserveStatusEntry
 
      interface ReserveStatusEntry {
-      // Public key of the reserve
+      // Public key of the reserve.
       reserve_pub: EddsaPublicKey;
 
-      // Timestamp when it was established
+      // Timestamp when it was established.
       creation_time: Timestamp;
 
-      // Timestamp when it expires
+      // Timestamp when it expires.
       expiration_time: Timestamp;
 
-      // Initial amount as per reserve creation call
+      // Initial amount as per reserve creation call.
       merchant_initial_amount: Amount;
 
       // Initial amount as per exchange, 0 if exchange did

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