Skip to content

Commit ab611cb

Browse files
committed
Node/bp: remove commented code
1 parent 82900f1 commit ab611cb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

node/src/block_producer/mod.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,6 @@ pub fn next_epoch_first_slot(global_slot: &v2::ConsensusGlobalSlotStableV1) -> u
175175
.expect("overflow")
176176
}
177177

178-
// Returns the epoch number and whether it is the last slot of the epoch
179-
// pub fn epoch_with_bounds(global_slot: u32) -> (u32, bool) {
180-
// // let epoch_bound = |global_slot| -> (u32, bool) {
181-
// // (global_slot / SLOTS_PER_EPOCH, (global_slot + 1) % SLOTS_PER_EPOCH == 0)
182-
// // };
183-
184-
// }
185-
186178
impl BlockWithoutProof {
187179
pub fn with_hash_and_proof(
188180
self,

0 commit comments

Comments
 (0)