taler-docs

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

commit 370f700cb58a145c09531929a904d8480b55184b
parent c3a031dd95b679fca7157cd170ec9fd0e8d47492
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 27 Dec 2021 03:50:17 -0500

change markup for TALER_AccountSetup{Request,Status}SignaturePS from ` to ``

This area of the API is still evolving, and those references are
(in the meantime) dangling, so this change suppresses the warnings.
(We can always change them back later if need be.)

Diffstat:
Mcore/api-exchange.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1223,7 +1223,7 @@ exchange. // Signature created with the reserve's private key. // Must be of purpose ``TALER_SIGNATURE_ACCOUNT_SETUP_REQUEST`` over - // a `TALER_AccountSetupRequestSignaturePS`. + // a ``TALER_AccountSetupRequestSignaturePS``. reserve_sig: EddsaSignature; } @@ -3521,7 +3521,7 @@ KYC status updates // EdDSA signature of the exchange affirming the account // is KYC'ed, must be of purpose // ``TALER_SIGNATURE_EXCHANGE_ACCOUNT_SETUP_SUCCESS`` - // and over `TALER_AccountSetupStatusSignaturePS`. + // and over ``TALER_AccountSetupStatusSignaturePS``. exchange_sig: EddsaSignature; // public key used to create the signature.