commit ee9e4f79e267921894aec130f050d7c4d9469d49 parent de1a7d8c527f8e9a1e5f5596543573026e47e1ac Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 02:17:58 -0400 capitalize first word in sentence (three instances) Diffstat:
| M | core/api-exchange.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1184,10 +1184,10 @@ denomination. // Exchange's unblinded RSA signature of the coin. ub_sig: RsaSignature; - // timestamp when the contract was finalized. + // Timestamp when the contract was finalized. timestamp: Timestamp; - // indicative time by which the exchange undertakes to transfer the funds to + // Indicative time by which the exchange undertakes to transfer the funds to // the merchant, in case of successful payment. wire_transfer_deadline: Timestamp; @@ -1195,7 +1195,7 @@ denomination. // merchant for refund requests. merchant_pub: EddsaPublicKey; - // 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. refund_deadline: Timestamp;