summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.