Skip to content

Commit

Permalink
Update eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Utxo.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Kuleshevich <alexey.kuleshevich@iohk.io>
  • Loading branch information
Lucsanszky and lehins committed Apr 18, 2024
1 parent 6164768 commit 940b320
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Utxo.hs
Expand Up @@ -240,8 +240,7 @@ instance
, InjectRuleFailure "UTXO" AlonzoUtxoPredFailure era
, InjectRuleFailure "UTXO" BabbageUtxoPredFailure era
, InjectRuleFailure "UTXO" ConwayUtxoPredFailure era
, -- instructions for calling UTXOS from BabbageUTXO
Embed (EraRule "UTXOS" era) (ConwayUTXO era)
, Embed (EraRule "UTXOS" era) (ConwayUTXO era)
, Environment (EraRule "UTXOS" era) ~ Shelley.UtxoEnv era
, State (EraRule "UTXOS" era) ~ Shelley.UTxOState era
, Signal (EraRule "UTXOS" era) ~ Tx era
Expand Down

0 comments on commit 940b320

Please sign in to comment.