summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-12-27 03:50:17 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-12-27 03:50:17 -0500
commit370f700cb58a145c09531929a904d8480b55184b (patch)
tree7b87334f587f67f5fb361ce760e9d65a1e4cd6bb
parentc3a031dd95b679fca7157cd170ec9fd0e8d47492 (diff)
downloaddocs-370f700cb58a145c09531929a904d8480b55184b.tar.gz
docs-370f700cb58a145c09531929a904d8480b55184b.tar.bz2
docs-370f700cb58a145c09531929a904d8480b55184b.zip
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.)
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 916ac244..810dca72 100644
--- 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.