taler-docs

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

commit cba7bfbfe0455f828aee6fdf2c6c3868d43e6165
parent cadfc37425e16c794dcab72443b8c41ccba96a23
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 14:09:08 -0400

change markup of ‘exchange_sig’ from @e to ``

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

diff --git a/core/api-auditor.rst b/core/api-auditor.rst @@ -189,7 +189,7 @@ paid out first. // ``TALER_SIGNATURE_EXCHANGE_CONFIRM_DEPOSIT``. exchange_sig: EddsaSignature; - // Public signing key from the exchange matching @e exchange_sig. + // Public signing key from the exchange matching ``exchange_sig``. exchange_pub: EddsaPublicKey; // Master public key of the exchange corresponding to @e master_sig.