Skip to content

Commit

Permalink
Remove unused constraint
Browse files Browse the repository at this point in the history
Although GHC didn't warn about it, the constraint was superfluous.
  • Loading branch information
Lucsanszky committed Apr 16, 2024
1 parent aae5f9d commit 3c56069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eras/babbage/impl/src/Cardano/Ledger/Babbage/Rules/Utxo.hs
Expand Up @@ -453,7 +453,6 @@ instance
, Environment (EraRule "UTXOS" era) ~ UtxoEnv era
, State (EraRule "UTXOS" era) ~ UTxOState era
, Signal (EraRule "UTXOS" era) ~ Tx era
, PredicateFailure (EraRule "UTXO" era) ~ BabbageUtxoPredFailure era
) =>
STS (BabbageUTXO era)
where
Expand Down

0 comments on commit 3c56069

Please sign in to comment.