Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Aug 14, 2023
1 parent a2cafff commit 1065d38
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ manyCoin size = do

-- ======================================

{- For reference. THis keeps changing
data VState era
= VState {vsDReps :: !(Set (Credential 'Voting (EraCrypto era))),
vsCommitteeHotKeys :: !(Map
(Credential 'CommitteeColdKey (EraCrypto era))
(Maybe (Credential 'CommitteeHotKey (EraCrypto era))))}
-}

vstatePreds :: Proof era -> [Pred era]
vstatePreds _p =
[ Sized (Range 3 8) dreps
Expand Down

0 comments on commit 1065d38

Please sign in to comment.