taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

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

add period at end of sentence (seven instances)

Diffstat:
Mcore/api-merchant.rst | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 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