From 176115f323442102c80b3623470a757edd6b929c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 29 Mar 2017 16:57:03 +0200 Subject: improving consistency in spec --- api/api-exchange.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'api') 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; } -- cgit v1.2.3