summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-09-17 16:59:38 +0200
committerChristian Grothoff <christian@grothoff.org>2017-09-17 16:59:38 +0200
commit5e646ef3a1c103e2fe2a24509f3486967a426f8b (patch)
tree1dd268acaa6d64ea2ab86852ceafb3ddbd2ef71a
parent78d100c64adb00908fab0d242f4676d30e3c3bdf (diff)
downloaddocs-5e646ef3a1c103e2fe2a24509f3486967a426f8b.tar.gz
docs-5e646ef3a1c103e2fe2a24509f3486967a426f8b.tar.bz2
docs-5e646ef3a1c103e2fe2a24509f3486967a426f8b.zip
fields are again mandatory
-rw-r--r--api-exchange.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index 575832c6..f2af78ca 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -94,15 +94,13 @@ possibly by using HTTPS.
// is sabotaging end-user anonymity by giving disjoint denomination keys to
// different users. If a exchange were to do this, this signature allows the
// clients to demonstrate to the public that the exchange is dishonest.
- // Only returned if "last_issue_date" was not specified (or not used for some
- // reason and thus the full set of current keys was returned).
- eddsa_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;
+ eddsa_pub: EddsaPublicKey;
}
.. _tsref-type-Denom: