taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5e646ef3a1c103e2fe2a24509f3486967a426f8b
parent 78d100c64adb00908fab0d242f4676d30e3c3bdf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 17 Sep 2017 16:59:38 +0200

fields are again mandatory

Diffstat:
Mapi-exchange.rst | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 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: