Skip to content

Commit d77fe6b

Browse files
Merge #3407
3407: Fix haddock for ScriptDataSupportedInEra r=Jimbo4350 a=ch1bo Stumbled over this when working with the cardano-api. Co-authored-by: Sebastian Nagel <[email protected]>
2 parents f129582 + 61d9a3f commit d77fe6b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cardano-api/src/Cardano/Api/TxBody.hs

+1-6
Original file line numberDiff line numberDiff line change
@@ -1042,12 +1042,7 @@ extraKeyWitnessesSupportedInEra AlonzoEra = Just ExtraKeyWitnessesInAlonzoEra
10421042
extraKeyWitnessesSupportedInEra BabbageEra = Just ExtraKeyWitnessesInBabbageEra
10431043

10441044

1045-
-- | A representation of whether the era supports multi-asset transactions.
1046-
--
1047-
-- The Mary and subsequent eras support multi-asset transactions.
1048-
--
1049-
-- The negation of this is 'OnlyAdaSupportedInEra'.
1050-
--
1045+
-- | A representation of whether the era supports script data in transactions.
10511046
data ScriptDataSupportedInEra era where
10521047

10531048
-- | Script data is supported in transactions in the 'Alonzo' era.

0 commit comments

Comments
 (0)