commit 3395b59c9012f77e8c527d3a03678144ec109b0f parent 99ce3a8097bfa141f4bd01b76e68ef78ea7684f4 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 01:59:06 -0400 mark up ‘TALER_SIGNATURE_AUDITOR_XXX’ Diffstat:
| M | core/api-exchange.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; }