From 94c431f441d81c94086dea96c4c1a97e1cd0f670 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 02:31:12 -0400 Subject: add period at end of sentence (five instances) --- core/api-exchange.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 1abf8d18..995f56d9 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -1281,7 +1281,7 @@ denomination. refund_deadline?: Timestamp; // Signature by the coin, only present if ``type`` is "DEPOSIT", "MELT", "RECOUP", - // or "RECOUP-REFRESH" + // or "RECOUP-REFRESH". coin_sig?: EddsaSignature; // Deposit fee in case of type "MELT". @@ -1291,7 +1291,7 @@ denomination. rc?: TALER_RefreshCommitmentP; // Hash of the bank account from where we received the funds, - // only present if ``type`` is "DEPOSIT" + // only present if ``type`` is "DEPOSIT". h_wire?: HashCode; // Hash of the public denomination key used to sign the coin. @@ -1308,20 +1308,20 @@ denomination. h_contract_terms?: HashCode; // Refund transaction ID. Only present if ``type`` is - // "REFUND" + // "REFUND". rtransaction_id?: Integer; // Coin blinding key. Only present if ``type`` is - // "RECOUP" or "RECOUP-REFRESH" + // "RECOUP" or "RECOUP-REFRESH". coin_blind?: DenominationBlindingKeyP; // Reserve receiving the recoup. Only present if ``type`` is - // "RECOUP" + // "RECOUP". reserve_pub?: EddsaPublicKey; // `EdDSA Signature ` authorizing the REFUND. Made with // the `public key of the merchant `. - // Only present if ``type`` is "REFUND" + // Only present if ``type`` is "REFUND". merchant_sig?: EddsaSignature; // public key of the reserve that will receive the funds, for "RECOUP" operations. -- cgit v1.2.3