diff --git a/eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Enact.hs b/eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Enact.hs index c674b35d76d..af3f64d2041 100644 --- a/eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Enact.hs +++ b/eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Enact.hs @@ -50,7 +50,7 @@ instance EraGov era => STS (ConwayENACT era) where initialRules = [] transitionRules = [enactmentTransition] -enactmentTransition :: forall era. EraGov era => TransitionRule (ConwayENACT era) +enactmentTransition :: forall era. EraPParams era => TransitionRule (ConwayENACT era) enactmentTransition = do TRC ((), st, act) <- judgmentContext