mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
should_extend_payload uuse it
This commit is contained in:
@@ -1627,15 +1627,6 @@ impl ProtoArray {
|
||||
return false;
|
||||
}
|
||||
|
||||
if self.payload_inclusion_list_satisfaction.get(&node.root()) == Some(&false) {
|
||||
info!(
|
||||
?current_slot,
|
||||
source = "node_is_viable_for_head",
|
||||
"this block doesn't satisfy the inclusion list"
|
||||
);
|
||||
return false;
|
||||
}
|
||||
|
||||
let genesis_epoch = Epoch::new(0);
|
||||
let current_epoch = current_slot.epoch(E::slots_per_epoch());
|
||||
let node_epoch = node.slot().epoch(E::slots_per_epoch());
|
||||
|
||||
Reference in New Issue
Block a user