Skip to content

Commit cb3d4bb

Browse files
authored
Merge pull request #5066 from IntersectMBO/js/byron-cddl-fixes
Fix occurrence of items in maps in byron.cddl
2 parents 82c3d9b + 5c7a46c commit cb3d4bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eras/byron/ledger/impl/cddl-spec/byron.cddl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ vssdec = bytes ; This is encoded using the 'Binary' instance
8080
vssproof = [bytes, bytes, bytes, [* bytes]] ; This is encoded using the
8181
; 'Binary' instance for Scrape.Proof
8282

83-
ssccomm = [pubkey, [{vsspubkey => vssenc},vssproof], signature]
83+
ssccomm = [pubkey, [{* vsspubkey => vssenc},vssproof], signature]
8484
ssccomms = #6.258([* ssccomm])
8585

86-
sscopens = {stakeholderid => vsssec}
86+
sscopens = {* stakeholderid => vsssec}
8787

88-
sscshares = {addressid => [addressid, [* vssdec]]}
88+
sscshares = {* addressid => [addressid, [* vssdec]]}
8989

9090
ssccert = [vsspubkey, pubkey, epochid, signature]
9191
ssccerts = #6.258([* ssccert])

0 commit comments

Comments
 (0)