Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eras/alonzo/impl/src/Cardano/Ledger/Alonzo/Scripts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ instance AlonzoEraScript era => DecCBOR (Annotator (AlonzoScript era)) where
1 -> decodeAnnPlutus SPlutusV1
2 -> decodeAnnPlutus SPlutusV2
3 -> decodeAnnPlutus SPlutusV3
4 -> decodeAnnPlutus SPlutusV4
n -> Invalid n
{-# INLINE decodeScript #-}
{-# INLINE decCBOR #-}
Expand Down
Loading