summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-29 16:57:03 +0200
committerChristian Grothoff <christian@grothoff.org>2017-03-29 16:57:03 +0200
commit176115f323442102c80b3623470a757edd6b929c (patch)
tree3c7a0796c6403b5481337da5717e43cab5c0ff9e
parenta46e5abc2f2862cc317b7011ae08ccc9f2650fca (diff)
downloaddocs-176115f323442102c80b3623470a757edd6b929c.tar.gz
docs-176115f323442102c80b3623470a757edd6b929c.tar.bz2
docs-176115f323442102c80b3623470a757edd6b929c.zip
improving consistency in spec
-rw-r--r--api/api-exchange.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index 9d38ce72..79e7c27c 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -987,7 +987,8 @@ in using this API.
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.
+ keys where emergency pay back is enabled, or the blinded
+ coin is not known to have been withdrawn.
**Details:**
@@ -1033,13 +1034,13 @@ in using this API.
// payback request, and that the exchange promises to transfer the funds
// by the date specified (this allows the exchange delaying the transfer
// a bit to aggregate additional payback requests into a larger one).
- eddsa_sig: EddsaSignature;
+ exchange_sig: EddsaSignature;
// Public EdDSA key of the exchange that was used to generate the signature.
// Should match one of the exchange's signing keys from /keys. It is given
// explicitly as the client might otherwise be confused by clock skew as to
// which signing key was used.
- eddsa_pub: EddsaPublicKey;
+ exchange_pub: EddsaPublicKey;
}