should_extend_payload uuse it

This commit is contained in:
Eitan Seri-Levi
2026-04-30 15:33:58 +02:00
parent 49fba11d8d
commit 81102d5943

View File

@@ -1627,15 +1627,6 @@ impl ProtoArray {
return false; 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 genesis_epoch = Epoch::new(0);
let current_epoch = current_slot.epoch(E::slots_per_epoch()); let current_epoch = current_slot.epoch(E::slots_per_epoch());
let node_epoch = node.slot().epoch(E::slots_per_epoch()); let node_epoch = node.slot().epoch(E::slots_per_epoch());