We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bdf07 commit 55b8e91Copy full SHA for 55b8e91
1 file changed
libs/cardano-ledger-binary/src/Cardano/Ledger/Binary/Decoding/Decoder.hs
@@ -633,8 +633,6 @@ decodeRecordNamedT ::
633
m (Decoder s) a
634
decodeRecordNamedT name getRecordSize decoder =
635
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.
638
lift $ matchSize ("Record " <> name) n (getRecordSize result)
639
{-# INLINE decodeRecordNamedT #-}
640
0 commit comments