Skip to content

Commit b188a28

Browse files
committed
Fix hashes names in CDDL
1 parent 53da000 commit b188a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scls-cardano/cddl-src/Cardano/SCLS/Common.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ address = "address" =:= VBytes
6868
--------------------------------------------------------------------------------
6969

7070
keyhash32 :: Rule
71-
keyhash32 = "keyhash28" =:= hash32
71+
keyhash32 = "keyhash32" =:= hash32
7272

7373
keyhash28 :: Rule
74-
keyhash28 = "keyhash32" =:= hash28 -- Important: seems on the current chain it's 32
74+
keyhash28 = "keyhash28" =:= hash28 -- Important: seems on the current chain it's 32
7575

7676
hash28 :: Rule
7777
hash28 = "hash28" =:= VBytes `sized` (28 :: Word64)

0 commit comments

Comments
 (0)