summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-10-15 11:46:02 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2021-10-15 11:46:02 +0200
commit473f59a2f726af41a094366c17ac5e0981c7fcb2 (patch)
tree4f2e6d8c87b6787b35bfc762c2368426822b1a86 /design-documents
parentce8a043bf487872c7da1bcb099a87a9e8733d5e7 (diff)
downloaddocs-473f59a2f726af41a094366c17ac5e0981c7fcb2.tar.gz
docs-473f59a2f726af41a094366c17ac5e0981c7fcb2.tar.bz2
docs-473f59a2f726af41a094366c17ac5e0981c7fcb2.zip
clearify age_commitment_hash?
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/024-age-restriction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/design-documents/024-age-restriction.rst b/design-documents/024-age-restriction.rst
index 2ecbc8d2..0f129533 100644
--- a/design-documents/024-age-restriction.rst
+++ b/design-documents/024-age-restriction.rst
@@ -208,7 +208,7 @@ restriction). Therefore, in the ``/coins/$COIN_PUB/melt`` POST request, the
...
// SHA512 hash of the age commitment of the coin, IFF the denomination
- // has age restriction support. MUST be NULL otherwise.
+ // has age restriction support. MUST be omitted otherwise.
age_commitment_hash?: HashCode;
...