summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:49:22 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:49:22 -0400
commit5e5115c25342eef52dcd1bcf3a3dc893f9f1a704 (patch)
tree10e8a53dc266436e7c379af64457700bad0f635a /core/api-merchant.rst
parent0d6367e950c1306c5cfdd007873b7d0fb9991a78 (diff)
downloaddocs-5e5115c25342eef52dcd1bcf3a3dc893f9f1a704.tar.gz
docs-5e5115c25342eef52dcd1bcf3a3dc893f9f1a704.tar.bz2
docs-5e5115c25342eef52dcd1bcf3a3dc893f9f1a704.zip
add period at end of sentence (seven instances)
Diffstat (limited to 'core/api-merchant.rst')
-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 0fb7b09d..f6eda350 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2173,25 +2173,25 @@ Informing the backend about incoming wire transfers
// contract affirmed by the exchange_sig.
wire_fee: Amount;
- // Timestamp of the wire transfer
+ // Timestamp of the wire transfer.
execution_time: Timestamp;
- // The expected wire fee (as signed by the exchange)
+ // The expected wire fee (as signed by the exchange).
expected_wire_fee: Amount;
- // Expected closing fee (needed to verify signature)
+ // Expected closing fee (needed to verify signature).
expected_closing_fee: Amount;
- // Start date of the expected fee structure
+ // Start date of the expected fee structure.
start_date: Timestamp;
- // End date of the expected fee structure
+ // End date of the expected fee structure.
end_date: Timestamp;
- // Signature of the exchange affirming the expected fee structure
+ // Signature of the exchange affirming the expected fee structure.
master_sig: EddsaSignature;
- // Master public key of the exchange
+ // Master public key of the exchange.
master_pub: EddsaPublicKey;
}