taler-docs

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

commit d610dcb69a967030f0b5689d68d88f17706b269e
parent d64d4505028d5d2b4242a112295cbbf471c53a1e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 01:31:24 -0400

mark up ‘/keys’

Diffstat:
Mcore/api-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -158,7 +158,7 @@ possibly by using HTTPS. 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 + // 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;