taler-docs

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

commit 8d32c5637d134d42695a941829ca2e9d22bf5842
parent 221836f87f8d522e09dc3be63ccd07aeb9947439
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 01:41:26 -0400

mark up ‘TALER_SIGNATURE_MASTER_WIRE_DETAILS’

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 @@ -328,7 +328,7 @@ possibly by using HTTPS. payto_uri: string; // Signature using the exchange's offline key - // with purpose TALER_SIGNATURE_MASTER_WIRE_DETAILS. + // with purpose ``TALER_SIGNATURE_MASTER_WIRE_DETAILS``. master_sig: EddsaSignature; }