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 aff2cf35..47862e10 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1705,7 +1705,7 @@ in using this API.
.. ts:def:: RecoupWithdrawalConfirmation
interface RecoupWithdrawalConfirmation {
- // Tag to distinguish the `RecoupConfirmation` response type
+ // Tag to distinguish the `RecoupConfirmation` response type.
refreshed: false;
// public key of the reserve that will receive the recoup,
reserve_pub: EddsaPublicKey;
@@ -1714,7 +1714,7 @@ in using this API.
.. ts:def:: RecoupRefreshConfirmation
interface RecoupRefreshConfirmation {
- // Tag to distinguish the `RecoupConfirmation` response type
+ // Tag to distinguish the `RecoupConfirmation` response type.
refreshed: true;
// public key of the old coin that will receive the recoup
old_coin_pub: EddsaPublicKey;