commit b10fcd8d22e6493cec0eab9be2fec71bafb86aba parent 26359155cbc881f04dbc6e05224c531fe4d5aec4 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 06:45:08 -0400 add period at end of sentence (three instances) Diffstat:
| M | core/api-merchant.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2117,13 +2117,13 @@ Informing the backend about incoming wire transfers .. ts:def:: MerchantTrackTransferResponse interface MerchantTrackTransferResponse { - // Total amount transferred + // Total amount transferred. total: Amount; - // Applicable wire fee that was charged + // Applicable wire fee that was charged. wire_fee: Amount; - // Time of the execution of the wire transfer by the exchange, according to the exchange + // Time of the execution of the wire transfer by the exchange, according to the exchange. execution_time: Timestamp; // details about the deposits