commit ec09e3965ff17aa25437d5ad65fe3ea18cce1dd5
parent e18a801dabf0961b2a98d2ee1c48e5ff5c3708c9
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 01:35:39 -0400
mark up ‘TALER_SIGNATURE_MASTER_SIGNING_KEY_VALIDITY’
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -241,7 +241,7 @@ possibly by using HTTPS.
stamp_end: Timestamp;
// Signature over ``key`` and ``stamp_expire`` 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;
}