summaryrefslogtreecommitdiff
path: root/api/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api/api-exchange.rst')
-rw-r--r--api/api-exchange.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index 349d05de..9d38ce72 100644
--- 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;
}