summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:31:12 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:31:12 -0400
commit94c431f441d81c94086dea96c4c1a97e1cd0f670 (patch)
tree6fed5ef1adfe3fcd73ed382feb64895cbe5dc43b /core
parent8dc4cc67f9e4be980c5e872b87c0ac4ec4ab6b43 (diff)
downloaddocs-94c431f441d81c94086dea96c4c1a97e1cd0f670.tar.gz
docs-94c431f441d81c94086dea96c4c1a97e1cd0f670.tar.bz2
docs-94c431f441d81c94086dea96c4c1a97e1cd0f670.zip
add period at end of sentence (five instances)
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst12
1 files changed, 6 insertions, 6 deletions
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 <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.