summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:29:01 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:29:01 -0400
commit8dc4cc67f9e4be980c5e872b87c0ac4ec4ab6b43 (patch)
tree4db032317954263a08fa117cce06a7aaee4a4771 /core/api-exchange.rst
parentb5d5d611447d57161dda03bf7553227af5bb167a (diff)
downloaddocs-8dc4cc67f9e4be980c5e872b87c0ac4ec4ab6b43.tar.gz
docs-8dc4cc67f9e4be980c5e872b87c0ac4ec4ab6b43.tar.bz2
docs-8dc4cc67f9e4be980c5e872b87c0ac4ec4ab6b43.zip
capitalize first word in sentence (three instances)
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index e8bd3af3..1abf8d18 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1268,15 +1268,15 @@ denomination.
// Deposit fee in case of type "DEPOSIT".
deposit_fee: Amount;
- // public key of the merchant, for "DEPOSIT" operations.
+ // Public key of the merchant, for "DEPOSIT" operations.
merchant_pub?: EddsaPublicKey;
- // date when the operation was made.
+ // Date when the operation was made.
// Only for "DEPOSIT", "RECOUP", "OLD-COIN-RECOUP" and
// "RECOUP-REFRESH" operations.
timestamp?: Timestamp;
- // date until which the merchant can issue a refund to the customer via the
+ // Date until which the merchant can issue a refund to the customer via the
// exchange, possibly zero if refunds are not allowed. Only for "DEPOSIT" operations.
refund_deadline?: Timestamp;