summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 995f56d9..676a098d 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1324,7 +1324,7 @@ denomination.
// Only present if ``type`` is "REFUND".
merchant_sig?: EddsaSignature;
- // public key of the reserve that will receive the funds, for "RECOUP" operations.
+ // Public key of the reserve that will receive the funds, for "RECOUP" operations.
reserve_pub?: EddsaPublicKey;
// Signature by the exchange, only present if ``type`` is "RECOUP",
@@ -1333,7 +1333,7 @@ denomination.
// and of type TALER_SIGNATURE_EXCHANGE_CONFIRM_RECOUP_REFRESH otherwise.
exchange_sig?: EddsaSignature;
- // public key used to sign ``exchange_sig``,
+ // Public key used to sign ``exchange_sig``,
// only present if ``exchange_sig`` present.
exchange_pub?: EddsaPublicKey;