summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-03-07 11:11:25 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-03-07 11:11:25 +0100
commitcf9561ff82ef491a93cdb1127f4ae9e8515ff35f (patch)
tree27ea1adadca66d52ca17ababade13a4e03e360ad /core/api-exchange.rst
parentc5010284c65634042f4512877d084c734330e789 (diff)
downloaddocs-cf9561ff82ef491a93cdb1127f4ae9e8515ff35f.tar.gz
docs-cf9561ff82ef491a93cdb1127f4ae9e8515ff35f.tar.bz2
docs-cf9561ff82ef491a93cdb1127f4ae9e8515ff35f.zip
-fixed typo in response type
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index a3752d98..b975b811 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2430,7 +2430,7 @@ If so, the exchange will blindly sign ``n`` undisclosed coins from the request.
**Response:**
:http:statuscode:`200 OK`:
- The request was successful, and the response is a `BlindedSignaturesResponse`.
+ The request was successful, and the response is a `RevealResponse`.
Note that repeating exactly the same request will again yield the same
response, so if the network goes down during the transaction or before the
client can commit the coin signature to disk, the coin is not lost.