summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-29 15:04:13 +0200
committerChristian Grothoff <christian@grothoff.org>2017-03-29 15:04:13 +0200
commita46e5abc2f2862cc317b7011ae08ccc9f2650fca (patch)
treeb8b7fa39241df798c290632d1f1524cc6abae898 /api
parentda141e9df73ed69af69d7078312109917ceb7b4f (diff)
downloaddocs-a46e5abc2f2862cc317b7011ae08ccc9f2650fca.tar.gz
docs-a46e5abc2f2862cc317b7011ae08ccc9f2650fca.tar.bz2
docs-a46e5abc2f2862cc317b7011ae08ccc9f2650fca.zip
need eddsa_pub in /payback response, updating spec
Diffstat (limited to 'api')
-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;
}