From 1f6f6e338eead4f44c1290ab3850ca3c1d36de2f Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 03:02:18 -0400 Subject: capitalize first word in sentence; add period at end of sentence (four instances) --- core/api-exchange.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index ea161617..563b84bf 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -1777,20 +1777,20 @@ typically also view the balance.) // Applicable wire fee that was charged. wire_fee: Amount; - // public key of the merchant (identical for all deposits) + // Public key of the merchant (identical for all deposits). merchant_pub: EddsaPublicKey; - // hash of the wire details (identical for all deposits) + // Hash of the wire details (identical for all deposits). h_wire: HashCode; // Time of the execution of the wire transfer by the exchange execution_time: Timestamp; - // details about the deposits + // Details about the deposits. deposits: TrackTransferDetail[]; - // signature from the exchange made with purpose - // `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE_DEPOSIT` + // Signature from the exchange made with purpose + // `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE_DEPOSIT`. exchange_sig: EddsaSignature; // public EdDSA key of the exchange that was used to generate the signature. -- cgit v1.2.3