Skip to content

Commit 55b8e91

Browse files
committed
Drop REVIEW note in Decoder
1 parent 78bdf07 commit 55b8e91

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • libs/cardano-ledger-binary/src/Cardano/Ledger/Binary/Decoding

libs/cardano-ledger-binary/src/Cardano/Ledger/Binary/Decoding/Decoder.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,6 @@ decodeRecordNamedT ::
633633
m (Decoder s) a
634634
decodeRecordNamedT name getRecordSize decoder =
635635
decodeListLikeT name decoder $ \result n ->
636-
-- REVIEW: Is n really the requested/expected? It's the one we decode and
637-
-- thus n is rather the actual/found.
638636
lift $ matchSize ("Record " <> name) n (getRecordSize result)
639637
{-# INLINE decodeRecordNamedT #-}
640638

0 commit comments

Comments
 (0)