Skip to content

Commit e257af5

Browse files
authored
fix block.cdll metadata definition (#1050)
1 parent 0153c8e commit e257af5

File tree

1 file changed

+1
-1
lines changed
  • docs/src/architecture/08_concepts/immutable_ledger/cddl

1 file changed

+1
-1
lines changed

docs/src/architecture/08_concepts/immutable_ledger/cddl/block.cddl

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ hash_bytes = (
2626
kid = hash_bytes ; hash of the x509/c509 certificate
2727

2828
validator = (kid / [2* kid])
29-
metadata = [ *Any ]
29+
metadata = [ *any ]
3030

3131
validator_signature = (bytes / [2* bytes])

0 commit comments

Comments
 (0)