From e903b806edab9275e5486509754c11ac58a5cb09 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 03:06:12 -0400 Subject: capitalize first word in sentence (four instances) --- core/api-exchange.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 150fa0e6..2ed80849 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -1848,10 +1848,10 @@ typically also view the balance.) .. ts:def:: TrackTransactionResponse interface TrackTransactionResponse { - // raw wire transfer identifier of the deposit. + // Raw wire transfer identifier of the deposit. wtid: Base32; - // when was the wire transfer given to the bank. + // When was the wire transfer given to the bank. execution_time: Timestamp; // The contribution of this coin to the total (without fees) @@ -1860,11 +1860,11 @@ typically also view the balance.) // Total amount transferred total_amount: Amount; - // binary-only Signature_ for purpose `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE` + // Binary-only Signature_ for purpose `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE` // whereby the exchange affirms the successful wire transfer. exchange_sig: EddsaSignature; - // public EdDSA key of the exchange that was used to generate the signature. + // Public EdDSA key of the exchange that was used to generate the signature. // Should match one of the exchange's signing keys from /keys. Again given // explicitly as the client might otherwise be confused by clock skew as to // which signing key was used. -- cgit v1.2.3