Skip to content

Commit 622a94e

Browse files
committed
fixup3
1 parent 0636a68 commit 622a94e

File tree

1 file changed

+0
-2
lines changed
  • libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic

1 file changed

+0
-2
lines changed

libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/PrettyCore.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ import Cardano.Ledger.Conway.Governance (
111111
cgsConstitutionL,
112112
cgsCurPParamsL,
113113
cgsDRepPulsingStateL,
114-
cgsFuturePParamsG,
115114
cgsPrevPParamsL,
116115
cgsProposalsL,
117116
pGraphL,
@@ -2712,7 +2711,6 @@ pcConwayGovState p govState =
27122711
, ("constitution", prettyA (govState ^. cgsConstitutionL))
27132712
, ("currentPParams", prettyA (govState ^. cgsCurPParamsL))
27142713
, ("prevPParams", prettyA (govState ^. cgsPrevPParamsL))
2715-
, ("futurePParams", maybe "Unchanged" prettyA (govState ^. cgsFuturePParamsG))
27162714
, ("drepPulsingState", pcDRepPulsingState p (govState ^. cgsDRepPulsingStateL))
27172715
]
27182716

0 commit comments

Comments
 (0)