Skip to content

Commit 567b937

Browse files
Soupstrawlehins
andauthored
Update eras/alonzo/impl/src/Cardano/Ledger/Alonzo/TxAuxData.hs
Co-authored-by: Alexey Kuleshevich <alexey.kuleshevich@iohk.io>
1 parent d876e6d commit 567b937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class AllegraEraTxAuxData era => AlonzoEraTxAuxData era where
102102

103103
data AlonzoTxAuxDataRaw era = AlonzoTxAuxDataRaw
104104
{ atadrMetadata :: !(Map Word64 Metadatum)
105-
, atadrNative :: !(StrictSeq (NativeScript era))
105+
, atadrNativeScripts :: !(StrictSeq (NativeScript era))
106106
, atadrPlutus :: !(Map Language (NE.NonEmpty PlutusBinary))
107107
}
108108
deriving (Generic)

0 commit comments

Comments
 (0)