Skip to content

Commit

Permalink
fixup3
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Apr 17, 2024
1 parent 0636a68 commit 622a94e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ import Cardano.Ledger.Conway.Governance (
cgsConstitutionL,
cgsCurPParamsL,
cgsDRepPulsingStateL,
cgsFuturePParamsG,
cgsPrevPParamsL,
cgsProposalsL,
pGraphL,
Expand Down Expand Up @@ -2712,7 +2711,6 @@ pcConwayGovState p govState =
, ("constitution", prettyA (govState ^. cgsConstitutionL))
, ("currentPParams", prettyA (govState ^. cgsCurPParamsL))
, ("prevPParams", prettyA (govState ^. cgsPrevPParamsL))
, ("futurePParams", maybe "Unchanged" prettyA (govState ^. cgsFuturePParamsG))
, ("drepPulsingState", pcDRepPulsingState p (govState ^. cgsDRepPulsingStateL))
]

Expand Down

0 comments on commit 622a94e

Please sign in to comment.