taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit cf9561ff82ef491a93cdb1127f4ae9e8515ff35f
parent c5010284c65634042f4512877d084c734330e789
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Tue,  7 Mar 2023 11:11:25 +0100

-fixed typo in response type

Diffstat:
Mcore/api-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.