File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -229,9 +229,10 @@ newtype ShelleyTransition = ShelleyTransitionInfo {
229229 -- 3. If we count how many blocks we have seen post deadline, and we have
230230 -- reached k of them, we know that that last pre-deadline block won't
231231 -- be rolled back anymore.
232- -- 4. At this point we can look at the ledger state and see which
233- -- proposals we accepted in the voting period, if any, and notify the
234- -- HFC is one of them indicates a transition.
232+ -- 4. At this point we can look at the ledger state and see if there is
233+ -- a new protocol version update scheduled on the next epoch boundary,
234+ -- and notify the HFC that we need to transition into a new era at that
235+ -- point.
235236 shelleyAfterVoting :: Word32
236237 }
237238 deriving stock (Eq , Show , Generic )
You can’t perform that action at this time.
0 commit comments