summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-07 10:08:27 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-07 10:08:27 +0100
commita864b45f2454038b7a6055b6b44c53bfc5b2f6f4 (patch)
treebcc4052df926d847fa01f14a7cca6e19540feedb /design-documents
parent570cd03a8a39605fe667067cc0b84701e441c680 (diff)
downloaddocs-a864b45f2454038b7a6055b6b44c53bfc5b2f6f4.tar.gz
docs-a864b45f2454038b7a6055b6b44c53bfc5b2f6f4.tar.bz2
docs-a864b45f2454038b7a6055b6b44c53bfc5b2f6f4.zip
-fix more build issues
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 ee478ee1..0445aa6d 100644
--- a/design-documents/024-age-restriction.rst
+++ b/design-documents/024-age-restriction.rst
@@ -247,7 +247,7 @@ changed since the given timestamp.
// Similar as for ``.denoms``, if the query parameter ``last_issue_date``
// was provided by the client, the exchange will only return the keys that
// have changed since the given timestamp.
- age_restricted_denoms: Denom[];
+ age_restricted_denoms: DenomCommon[];
//...
}