Skip to content

Commit

Permalink
Update version_2.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 2fc06b6 commit 182ccd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIP-????/cddl/version_2.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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 182ccd1

Please sign in to comment.