commit 94c431f441d81c94086dea96c4c1a97e1cd0f670
parent 8dc4cc67f9e4be980c5e872b87c0ac4ec4ab6b43
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 02:31:12 -0400
add period at end of sentence (five instances)
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git 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 <eddsa-sig>` authorizing the REFUND. Made with
// the `public key of the merchant <merchant-pub>`.
- // 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.