summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-01 09:38:34 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-01 09:38:34 +0200
commitd0bf7ea6b806a404df68c6447a136c8441a3a54a (patch)
tree592f3acecafcf318e13d558ec268e090b3ca2b31 /api-exchange.rst
parent7e50e0f1c424c96052e16e297e03089fc1be7aef (diff)
downloaddocs-d0bf7ea6b806a404df68c6447a136c8441a3a54a.tar.gz
docs-d0bf7ea6b806a404df68c6447a136c8441a3a54a.tar.bz2
docs-d0bf7ea6b806a404df68c6447a136c8441a3a54a.zip
fix some compiler warnings
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index caf9ee0d..4399b485 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -1058,18 +1058,18 @@ in using this API.
**Response:**
:status 200 OK:
- The request was succesful, and the response is a `PaybackConfirmation`.
- 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.
+ The request was succesful, and the response is a `PaybackConfirmation`.
+ 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.
:status 401 Unauthorized: The coin's signature is invalid.
:status 403 Forbidden: The coin was already used for payment.
- The response is a `DepositDoubleSpendError`_.
+ The response is a `DepositDoubleSpendError`_.
:status 404 Not Found:
- The denomination key is not in the set of denomination
- keys where emergency pay back is enabled, or the blinded
- coin is not known to have been withdrawn.
+ The denomination key is not in the set of denomination
+ keys where emergency pay back is enabled, or the blinded
+ coin is not known to have been withdrawn.
**Details:**