Skip to content

Commit c449367

Browse files
Soupstrawteodanciu
andauthored
Update eras/alonzo/impl/src/Cardano/Ledger/Alonzo/Tx.hs
Co-authored-by: teodanciu <teodora.danciu@tweag.io>
1 parent c96f31b commit c449367

File tree

1 file changed

+1
-4
lines changed
  • eras/alonzo/impl/src/Cardano/Ledger/Alonzo

1 file changed

+1
-4
lines changed

eras/alonzo/impl/src/Cardano/Ledger/Alonzo/Tx.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,5 @@ instance
467467
<*! From
468468
<*! From
469469
<*! Ann From
470-
<*! D
471-
( sequence . maybeToStrictMaybe
472-
<$> decodeNullMaybe decCBOR
473-
)
470+
<*! D (sequence <$> decodeNullStrictMaybe decCBOR)
474471
{-# INLINE decCBOR #-}

0 commit comments

Comments
 (0)