summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
...