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.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 0e79ae6b..f7d63d0e 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -198,7 +198,8 @@ possibly by using HTTPS.
// Set to true if this exchange allows the use
// of reserves for rewards.
- rewards_allowed: boolean;
+ // @deprecated in protocol v18.
+ rewards_allowed: false;
// EdDSA master public key of the exchange, used to sign entries
// in ``denoms`` and ``signkeys``.
@@ -5071,12 +5072,12 @@ Reserve control
---------------
This section describes the reserve control API which can be used to (1)
-prevent a reserve from expiring (which is useful if the reserve is used for
-rewards), to (2) pay an annual fee to allow a number of purses to be created
-for the respective reserve without paying a purse fee each time, to (3) obtain
-KYC information associated with a reserve to prove the identity of the person
-sending an invoice to the payer, and to (4) close a reserve before it would
-naturally expire and possibly (5) wire the funds to a designated account.
+prevent a reserve from expiring, to (2) pay an annual fee to allow a number of
+purses to be created for the respective reserve without paying a purse fee
+each time, to (3) obtain KYC information associated with a reserve to prove
+the identity of the person sending an invoice to the payer, and to (4) close a
+reserve before it would naturally expire and possibly (5) wire the funds to a
+designated account.
.. note::
@@ -5084,7 +5085,7 @@ naturally expire and possibly (5) wire the funds to a designated account.
.. http:post:: /reserves/$RESERVE_PUB/open
- Request keeping a reserve open for rewards or invoicing.
+ Request keeping a reserve open for invoicing.
**Request:**