taler-docs

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

commit d06b65338ca6b308e99acc42ddc1839ab6f0ea96
parent 65d9a83294c3a3c671d70ddd516dd4d8e8196b13
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 03:02:59 -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 @@ -1794,7 +1794,7 @@ typically also view the balance.) exchange_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. Again given + // Should match one of the exchange's signing keys from ``/keys``. Again given // explicitly as the client might otherwise be confused by clock skew as to // which signing key was used. exchange_pub: EddsaSignature;