summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 01:59:06 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 01:59:06 -0400
commit3395b59c9012f77e8c527d3a03678144ec109b0f (patch)
treed4739daa01b2b294964f49df944062362cf40543 /core/api-exchange.rst
parent99ce3a8097bfa141f4bd01b76e68ef78ea7684f4 (diff)
downloaddocs-3395b59c9012f77e8c527d3a03678144ec109b0f.tar.gz
docs-3395b59c9012f77e8c527d3a03678144ec109b0f.tar.bz2
docs-3395b59c9012f77e8c527d3a03678144ec109b0f.zip
mark up ‘TALER_SIGNATURE_AUDITOR_XXX’
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index c305e4ae..97f7d75f 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -852,7 +852,7 @@ This part of the API is for the use by auditors interacting with the exchange.
interface AuditorSignatureAddMessage {
// Signature by the auditor.
- // Must have purpose TALER_SIGNATURE_AUDITOR_XXX.
+ // Must have purpose ``TALER_SIGNATURE_AUDITOR_XXX``.
auditor_sig: EddsaSignature;
}