From 7c0bd443b8cd6126317275ec731f26f428e9bc21 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Mar 2021 07:06:01 -0400 Subject: 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 e60d57af..b1a46318 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 -- cgit v1.2.3