Skip to content

Commit

Permalink
Update conway cddl to reflect txwits deserialization changes
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Dec 29, 2023
1 parent a6a987e commit 09171cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions eras/conway/impl/cddl-files/conway.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -427,14 +427,14 @@ drep_voting_thresholds =
]

transaction_witness_set =
{ ? 0: [* vkeywitness ]
, ? 1: [* native_script ]
, ? 2: [* bootstrap_witness ]
, ? 3: [* plutus_v1_script ]
, ? 4: [* plutus_data ]
, ? 5: [* redeemer ]
, ? 6: [* plutus_v2_script ]
, ? 7: [* plutus_v3_script ]
{ ? 0: [+ vkeywitness ]
, ? 1: [+ native_script ]
, ? 2: [+ bootstrap_witness ]
, ? 3: nonempty_set<plutus_v1_script>
, ? 4: [+ plutus_data ]
, ? 5: [+ redeemer ]
, ? 6: nonempty_set<plutus_v2_script>
, ? 7: nonempty_set<plutus_v3_script>
}

plutus_v1_script = bytes
Expand Down

0 comments on commit 09171cd

Please sign in to comment.