summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-exchange.rst')
-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 a8034824..80e0a518 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1589,11 +1589,11 @@ the API during normal operation.
.. ts:def:: LinkResponse
interface LinkResponse {
- // transfer ECDHE public key corresponding to the ``coin_pub``, used to
+ // Transfer ECDHE public key corresponding to the ``coin_pub``, used to
// compute the blinding factor and private key of the fresh coins.
transfer_pub: EcdhePublicKey;
- // array with (encrypted/blinded) information for each of the coins
+ // Array with (encrypted/blinded) information for each of the coins
// exchangeed in the refresh operation.
new_coins: NewCoinInfo[];
}