Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ccf_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ A CCF encoding satisfies the "Deterministic CCF Encoding Requirements" if it sat
- `dict-value` key-value pairs MUST be sorted by key.
- `composite-type.fields` MUST be sorted by `name`
- `composite-type-value.fields` MUST be sorted by `name`.
- `composite-type-value.initializers` MUST be sorted by `identifier`.
- `restricted-type.restrictions` MUST be sorted by restriction's `cadence-type-id`.
- `restricted-type-value.restrictions` MUST be sorted by restriction's `cadence-type-id`.

Expand Down Expand Up @@ -1102,7 +1101,7 @@ composite-type-value = [
]
]
initializers: [
* [
? [
* [
label: tstr,
identifier: tstr,
Expand Down