taler-docs

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

commit f25fc5a5b4e75ab74cf02dfbf0aec6db1cebe203
parent 86df5ecd04553e4c87a82091683c2d6725099953
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 01:49:23 -0400

mark up ‘TALER_SIGNATURE_MASTER_SIGN_KEY_REVOKED’; add period at end of sentence

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -575,7 +575,7 @@ Management operations authorized by master key interface SignkeyRevocationSignature { // Signature by the exchange master key. - // Must have purpose TALER_SIGNATURE_MASTER_SIGN_KEY_REVOKED + // Must have purpose ``TALER_SIGNATURE_MASTER_SIGN_KEY_REVOKED``. master_sig: EddsaSignature; }