[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: [common,exchange] -typo fixes
From: |
Admin |
Subject: |
[taler-docs] branch master updated: [common,exchange] -typo fixes |
Date: |
Tue, 04 Feb 2025 15:11:43 +0100 |
This is an automated email from the git hooks/post-receive script.
oec pushed a commit to branch master
in repository taler-docs.
The following commit(s) were added to refs/heads/master by this push:
new 649795e3 [common,exchange] -typo fixes
649795e3 is described below
commit 649795e3f28e6dc1a4a53e332f3cdfd997fbbde2
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Tue Feb 4 15:11:33 2025 +0100
[common,exchange] -typo fixes
---
core/api-common.rst | 6 +++---
core/api-exchange.rst | 3 +--
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/core/api-common.rst b/core/api-common.rst
index 86ba4e30..58523c14 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1211,7 +1211,7 @@ within the
`exchange's codebase
<https://docs.taler.net/global-licensing.html#exchange-repo>`_.
-.. _TALER_WithdrawRequestDetailsP
+.. _TALER_WithdrawRequestDetailsP:
.. sourcecode:: c
struct TALER_WithdrawRequestDetailsP {
@@ -1263,7 +1263,7 @@ within the
};
-.. _TALER_HashPlanchetsP
+.. _TALER_HashPlanchetsP:
.. sourcecode:: c
/**
@@ -1366,7 +1366,7 @@ within the
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
/**
- * Commitment made in the /reserves/$RESERVE_PUB/withdraw.
+ * Commitment made in the /withdraw request.
* Also the $RCH value for the reveal endpoint.
*/
struct TALER_WithdrawCommitmentHashP h_commitment;
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 614761cb..aaa71599 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1966,8 +1966,7 @@ Batch Withdraw
.. note::
This endpoint becomes deprecated starting with API version v24.
- Use the ``/reserves/$RESERVE_PUB/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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: [common,exchange] -typo fixes,
Admin <=