diff --git a/consensus/proto_array/src/proto_array.rs b/consensus/proto_array/src/proto_array.rs index e6e302b2fa..b19b2071a2 100644 --- a/consensus/proto_array/src/proto_array.rs +++ b/consensus/proto_array/src/proto_array.rs @@ -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());