Skip to content

Commit

Permalink
Adapt cardano-ledger-conway to MultiAsset mint field
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Aug 8, 2022
1 parent 1da07fd commit 3fdc426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions eras/babbage/impl/src/Cardano/Ledger/Babbage/TxBody.hs
Expand Up @@ -61,6 +61,7 @@ module Cardano.Ledger.Babbage.TxBody
auxDataHashBabbageTxBodyL,
allInputsBabbageTxBodyF,
mintedBabbageTxBodyF,
mintValueBabbageTxBodyF,
wdrlsBabbbageTxBodyL,
notSupportedInThisEraL,
updateBabbageTxBodyL,
Expand Down
3 changes: 3 additions & 0 deletions eras/conway/impl/src/Cardano/Ledger/Conway/TxBody.hs
Expand Up @@ -24,6 +24,7 @@ import Cardano.Ledger.Babbage.TxBody
feeBabbageTxBodyL,
inputsBabbageTxBodyL,
mintBabbageTxBodyL,
mintValueBabbageTxBodyF,
mintedBabbageTxBodyF,
mkBabbageTxBody,
networkIdBabbageTxBodyL,
Expand Down Expand Up @@ -82,6 +83,8 @@ instance CC.Crypto c => ShelleyMAEraTxBody (ConwayEra c) where

mintTxBodyL = mintBabbageTxBodyL

mintValueTxBodyF = mintValueBabbageTxBodyF

instance CC.Crypto c => AlonzoEraTxBody (ConwayEra c) where
collateralInputsTxBodyL = collateralInputsBabbageTxBodyL

Expand Down

0 comments on commit 3fdc426

Please sign in to comment.