commit a46e5abc2f2862cc317b7011ae08ccc9f2650fca parent da141e9df73ed69af69d7078312109917ceb7b4f Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 29 Mar 2017 15:04:13 +0200 need eddsa_pub in /payback response, updating spec Diffstat:
| M | api/api-exchange.rst | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/api/api-exchange.rst b/api/api-exchange.rst @@ -1033,7 +1033,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). - sig: EddsaSignature; + eddsa_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; }