summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:06:01 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:06:01 -0400
commit7c0bd443b8cd6126317275ec731f26f428e9bc21 (patch)
tree2994571a60c424425bb52bb88e8b2dc6d9ec3ca0 /core
parentf7b935da65a7bf39361912c04026cae76cc71875 (diff)
downloaddocs-7c0bd443b8cd6126317275ec731f26f428e9bc21.tar.gz
docs-7c0bd443b8cd6126317275ec731f26f428e9bc21.tar.bz2
docs-7c0bd443b8cd6126317275ec731f26f428e9bc21.zip
add period at end of sentence (seven instances)
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst14
1 files 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