Skip to content

Commit

Permalink
Update eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Enact.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Aug 21, 2023
1 parent 589efb2 commit bc8967c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Enact.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc8967c

Please sign in to comment.