From be80321ee7da6d24a77567213a23975bb7fd33f2 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 02:20:30 -0400 Subject: capitalize first word in sentence (three instances) --- core/api-exchange.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 3d82e796..7e1c6f64 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -1221,16 +1221,16 @@ denomination. // URL, or if the base URL has changed since the deposit. transaction_base_url?: string; - // timestamp when the deposit was received by the exchange. + // Timestamp when the deposit was received by the exchange. exchange_timestamp: Timestamp; - // the EdDSA signature of `TALER_DepositConfirmationPS` using a current + // The EdDSA signature of `TALER_DepositConfirmationPS` using a current // `signing key of the exchange ` affirming the successful // deposit and that the exchange will transfer the funds after the refund // deadline, or as soon as possible if the refund deadline is zero. exchange_sig: EddsaSignature; - // `public EdDSA key of the exchange ` that was used to + // `Public EdDSA key of the exchange ` that was used to // generate the signature. // Should match one of the exchange's signing keys from /keys. It is given // explicitly as the client might otherwise be confused by clock skew as to -- cgit v1.2.3