commit 315436293081b6ee903181a285374bd6f7e9d176
parent 067e371ec700429d3bfcbec0c27df34506e0dda9
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Sat, 12 Apr 2025 00:48:24 +0200
[exchange] fix links
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1646,6 +1646,8 @@ exchange.
}
+
+.. _withdraw:
.. http:post:: /withdraw
.. note::
@@ -1989,7 +1991,7 @@ exchange.
.. note::
This endpoint becomes deprecated starting with API version v26.
- Use the ``/withdraw`` endpoint instead, see `Withdraw`_.
+ Use the ``/withdraw`` endpoint instead, see `withdraw`_.
Withdraw multiple coins from the same reserve. Note that the client should
commit all of the request details, including the private key of the coins and
@@ -2100,7 +2102,7 @@ These endpoints are called by the client
the transfer public keys (linking the ownership of the old and new coin),
and the commitment to age restriction,
as proof that the age restriction was set correctly (if applicable).
-#. after a call to `Withdraw`_, *if* the original request had ``max_age`` set
+#. after a call to `withdraw`_, *if* the original request had ``max_age`` set
and the response was of type `AgeWithdrawResponse`.
Now the client has to disclose for each coin all but one of the κ secrets
that went into creating the blinded coin's planchets,