We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53da000 commit b188a28Copy full SHA for b188a28
scls-cardano/cddl-src/Cardano/SCLS/Common.hs
@@ -68,10 +68,10 @@ address = "address" =:= VBytes
68
--------------------------------------------------------------------------------
69
70
keyhash32 :: Rule
71
-keyhash32 = "keyhash28" =:= hash32
+keyhash32 = "keyhash32" =:= hash32
72
73
keyhash28 :: Rule
74
-keyhash28 = "keyhash32" =:= hash28 -- Important: seems on the current chain it's 32
+keyhash28 = "keyhash28" =:= hash28 -- Important: seems on the current chain it's 32
75
76
hash28 :: Rule
77
hash28 = "hash28" =:= VBytes `sized` (28 :: Word64)
0 commit comments