commit b5acd292c3197a912604704564899c081b3f5b3f parent 7044892ac0dc4d3adbf0cce0862b746780a6e496 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 02:51:17 -0400 capitalize first word in sentence (two instances) Diffstat:
| M | core/api-exchange.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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[]; }