You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add a set for the previous committee and the epoch number when the new committee member should expire. Also the key role needs fixing. So, instead of current
|NewCommittee!(Set (Credential 'CommitteeCold (EraCrypto era))) -- Old Committee!(Map (Credential 'CommitteeCold (EraCrypto era)) EpochNo) -- New Committee with expiration!Rational-- Quorum
The text was updated successfully, but these errors were encountered:
We need to add a set for the previous committee and the epoch number when the new committee member should expire. Also the key role needs fixing. So, instead of current
https://github.com/input-output-hk/cardano-ledger/blob/319f0f3e5bb9ee8411f059f72e31dcd30a92afc4/eras/conway/impl/src/Cardano/Ledger/Conway/Governance/Procedures.hs#L304
The text was updated successfully, but these errors were encountered: