Skip to content

Commit

Permalink
Add new types to list of accepted types
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Sep 19, 2024
1 parent e7e106f commit ee43259
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cardano-cli/src/Cardano/CLI/Read.hs
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,12 @@ readCddlTx = readFileOrPipeTextEnvelopeCddlAnyOf teTypes
, FromCDDLTx "Unwitnessed Tx AlonzoEra" CddlTx
, FromCDDLTx "Unwitnessed Tx BabbageEra" CddlTx
, FromCDDLTx "Unwitnessed Tx ConwayEra" CddlTx
, FromCDDLTx "TxSignedShelley" CddlTx
, FromCDDLTx "Tx AllegraEra" CddlTx
, FromCDDLTx "Tx MaryEra" CddlTx
, FromCDDLTx "Tx AlonzoEra" CddlTx
, FromCDDLTx "Tx BabbageEra" CddlTx
, FromCDDLTx "Tx ConwayEra" CddlTx
]

-- Tx witnesses
Expand Down

0 comments on commit ee43259

Please sign in to comment.