summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 01:48:12 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 01:48:12 -0400
commit07c472151ac7ec8052396b4bd329d88c225fe615 (patch)
treeb0a6a24916ca74c4657c3195ae710ae8adb851cf /core/api-exchange.rst
parent0e750df3807d6bd1c055a2719ae213f91221ff31 (diff)
downloaddocs-07c472151ac7ec8052396b4bd329d88c225fe615.tar.gz
docs-07c472151ac7ec8052396b4bd329d88c225fe615.tar.bz2
docs-07c472151ac7ec8052396b4bd329d88c225fe615.zip
mark up ‘TALER_SIGNATURE_MASTER_DENOMINATION_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 dd0f571b..e8c9dfc3 100644
--- 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;
}