commit 1f6f6e338eead4f44c1290ab3850ca3c1d36de2f parent c81ba6f4d2bed0d4b25b0d6fe97f912996aef8fa Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 03:02:18 -0400 capitalize first word in sentence; add period at end of sentence (four instances) Diffstat:
| M | core/api-exchange.rst | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git 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.