Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Dec 12, 2024
1 parent f65082c commit 4905a02
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1060,12 +1060,7 @@ vstateT =
:$ Lensed numDormantEpochs vsNumDormantEpochsL

committeeL ::
Lens'
( Map
(Credential 'ColdCommitteeRole)
(CommitteeAuthorization)
)
(CommitteeState era)
Lens' (Map (Credential 'ColdCommitteeRole) CommitteeAuthorization) (CommitteeState era)
committeeL = lens CommitteeState (\_ (CommitteeState x) -> x)

-- | Target for PState
Expand Down

0 comments on commit 4905a02

Please sign in to comment.