summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 01:49:23 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 01:49:23 -0400
commitf25fc5a5b4e75ab74cf02dfbf0aec6db1cebe203 (patch)
tree4d3799a8b4139f7601d24cd16e9962c28c136956 /core/api-exchange.rst
parent86df5ecd04553e4c87a82091683c2d6725099953 (diff)
downloaddocs-f25fc5a5b4e75ab74cf02dfbf0aec6db1cebe203.tar.gz
docs-f25fc5a5b4e75ab74cf02dfbf0aec6db1cebe203.tar.bz2
docs-f25fc5a5b4e75ab74cf02dfbf0aec6db1cebe203.zip
mark up ‘TALER_SIGNATURE_MASTER_SIGN_KEY_REVOKED’; add period at end of sentence
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index ae8a8342..668d871b 100644
--- 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;
}