taler-docs

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

commit 3bcb03f810f1833127e705ba412468a9edc410a4
parent f564666d476b90aa79ebf29cecf5169055166b44
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 01:46:52 -0400

mark up ‘TALER_SIGNATURE_MASTER_SIGNING_KEY_VALIDITY’

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 @@ -520,7 +520,7 @@ Management operations authorized by master key key: EddsaPublicKey; // Signature by the exchange master key. - // Must have purpose TALER_SIGNATURE_MASTER_SIGNING_KEY_VALIDITY. + // Must have purpose ``TALER_SIGNATURE_MASTER_SIGNING_KEY_VALIDITY``. master_sig: EddsaSignature; }