commit 927565e7798ba07841c661e452348e8879a2fe93
parent 1f587fe6be6d4063a0d48e723bfb9f52509e4b53
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 24 Jul 2021 09:01:34 +0200
update spec for #6939
Diffstat:
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -800,8 +800,6 @@ Management operations authorized by master key
The master signature is invalid.
:http:statuscode:`409 Conflict`:
The exchange has a conflicting wire fee already set up.
- :http:statuscode:`412 Precondition failed`:
- The currency used is different from the currency of the exchange.
**Details:**
@@ -941,7 +939,7 @@ Management operations authorized by master key
:http:statuscode:`403 Forbidden`:
The signature is invalid.
:http:statuscode:`409 Conflict`:
- The exchange has previously received a conflicting configuration message or the currency does not match.
+ The exchange has previously received a conflicting configuration message.
.. http:post:: /management/partners
@@ -959,7 +957,7 @@ Management operations authorized by master key
:http:statuscode:`403 Forbidden`:
The signature is invalid.
:http:statuscode:`409 Conflict`:
- The exchange has previously received a conflicting configuration message or the currency does not match.
+ The exchange has previously received a conflicting configuration message.
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -252,8 +252,6 @@ Making the payment
The exchange rejected the payment because a coin was already spent.
The response will include the ``coin_pub`` for which the payment failed,
in addition to the response from the exchange to the ``/deposit`` request.
- Also returned if the currency of the deposit permissions does not match
- the currency used by the merchant.
:http:statuscode:`410 Gone`:
The offer has expired and is no longer available.
:http:statuscode:`412 Precondition failed`: