File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments