Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
babe: remove emptyline
  • Loading branch information
andresilva committed Oct 18, 2022
commit b81f940b51cedd9f103432d51557453f653d8c83
1 change: 0 additions & 1 deletion client/consensus/babe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,6 @@ where
// fits outside the current epoch. we will figure out
// which epoch it belongs to and we will re-use the same
// data for that epoch

let mut epoch_data = viable_epoch.as_mut();
let skipped_epochs = (*slot - *epoch_data.start_slot) / epoch_data.duration;

Expand Down