Skip to content

Commit c88793f

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

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)