Skip to content

Commit

Permalink
Update version_1.cddl
Browse files Browse the repository at this point in the history
typo in text_32 definition
  • Loading branch information
nicolasayotte authored Jan 25, 2023
1 parent 839218c commit 2fc06b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIP-????/cddl/version_1.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ address = bytes
; Fixed-size text and bytes
label_32 = bytes_32 / text_32
bytes_32 = bytes .size (0..32)
text_32 = bytes .size (0..32)
text_32 = text .size (0..32)

label_64 = bytes_64 / text_64
bytes_64 = bytes .size (0..64)
Expand Down

0 comments on commit 2fc06b6

Please sign in to comment.