taler-docs

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

commit 07c472151ac7ec8052396b4bd329d88c225fe615
parent 0e750df3807d6bd1c055a2719ae213f91221ff31
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 01:48:12 -0400

mark up ‘TALER_SIGNATURE_MASTER_DENOMINATION_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 @@ -548,7 +548,7 @@ Management operations authorized by master key interface DenomRevocationSignature { // Signature by the exchange master key. - // Must have purpose TALER_SIGNATURE_MASTER_DENOMINATION_KEY_REVOKED + // Must have purpose ``TALER_SIGNATURE_MASTER_DENOMINATION_KEY_REVOKED``. master_sig: EddsaSignature; }