taler-docs

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

commit 01443b8f938b605f82f28ad27a4d071c4b9e6127
parent 3d2e6aa4da357e02578d359c589c59b1944ac65d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:38:58 -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 @@ -1432,7 +1432,7 @@ the API during normal operation. exchange_sig: EddsaSignature; // `Public EdDSA key <sign-key-pub>` 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: EddsaPublicKey;