summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-24 09:01:34 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-24 09:01:34 +0200
commit927565e7798ba07841c661e452348e8879a2fe93 (patch)
tree902393b873186e791337f2c19d3b40fea9f1172f
parent1f587fe6be6d4063a0d48e723bfb9f52509e4b53 (diff)
downloaddocs-927565e7798ba07841c661e452348e8879a2fe93.tar.gz
docs-927565e7798ba07841c661e452348e8879a2fe93.tar.bz2
docs-927565e7798ba07841c661e452348e8879a2fe93.zip
update spec for #6939
-rw-r--r--core/api-exchange.rst6
-rw-r--r--core/api-merchant.rst2
2 files changed, 2 insertions, 6 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index fe41cbed..b93e07aa 100644
--- 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
index 636025bb..ac2ba864 100644
--- 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`: