From 5e5115c25342eef52dcd1bcf3a3dc893f9f1a704 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Mar 2021 06:49:22 -0400 Subject: add period at end of sentence (seven instances) --- core/api-merchant.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'core/api-merchant.rst') 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; } -- cgit v1.2.3