summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:57:00 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:57:00 -0400
commite28c823379b734adb12a18c0e2dade6f2550e6a5 (patch)
treee8ea0803d5874157792710759ed234f993250123
parentd338e773d0eddc9affc9781ff5a914498a305d12 (diff)
downloaddocs-e28c823379b734adb12a18c0e2dade6f2550e6a5.tar.gz
docs-e28c823379b734adb12a18c0e2dade6f2550e6a5.tar.bz2
docs-e28c823379b734adb12a18c0e2dade6f2550e6a5.zip
mark up ‘RecoupConfirmation’ (two instances)
-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 1526a88e..aff2cf35 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;