File tree 2 files changed +3
-3
lines changed
ouroboros-consensus-cardano
src/shelley/Ouroboros/Consensus/Shelley/Ledger
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ library
119
119
, cardano-data
120
120
, cardano-ledger-allegra
121
121
, cardano-ledger-alonzo ^>= 1.4.1
122
- , cardano-ledger-api ^>= 1.5
122
+ , cardano-ledger-api ^>= 1.6
123
123
, cardano-ledger-babbage ^>= 1.4.4
124
124
, cardano-ledger-binary
125
125
, cardano-ledger-byron
126
- , cardano-ledger-conway ^>= 1.8
126
+ , cardano-ledger-conway ^>= 1.9
127
127
, cardano-ledger-core ^>= 1.6
128
128
, cardano-ledger-mary
129
129
, cardano-ledger-shelley ^>= 1.6
Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ decodeShelleyResult v query = case query of
828
828
GetGovState -> fromCBOR
829
829
GetDRepState {} -> LC. fromEraCBOR @ era
830
830
GetDRepStakeDistr {} -> LC. fromEraCBOR @ era
831
- GetCommitteeState -> fromCBOR
831
+ GetCommitteeState -> LC. fromEraCBOR @ era
832
832
833
833
currentPParamsEnDecoding ::
834
834
forall era s .
You can’t perform that action at this time.
0 commit comments