Skip to content

Commit

Permalink
Remove path-capability-value from CDDL
Browse files Browse the repository at this point in the history
This change does not affect CCF Codec because it 
was already removed (deprecated) and deployed in CCF codec.
  • Loading branch information
fxamacker authored Oct 24, 2024
1 parent c2cb8ae commit 5e91602
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions ccf_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ simple-type-id = &(
fix64-type-id: 22,
ufix64-type-id: 23,
path-type-id: 24,
capability-path-type-id: 25,
capability-type-id: 25,
storage-path-type-id: 26,
public-path-type-id: 27,
private-path-type-id: 28,
Expand Down Expand Up @@ -1043,16 +1043,7 @@ path-value = [
identifier: tstr,
]
capability-value =
path-capability-value
/ id-capability-value
path-capability-value = [
address: address-value,
path: path-value,
]
id-capability-value = [
capability-value = [
address: address-value,
id: uint64-value,
]
Expand Down

0 comments on commit 5e91602

Please sign in to comment.