fix should_override_fc tests

This commit is contained in:
Mark Mackey
2024-05-12 15:18:34 +03:00
parent c37a4565f1
commit b7d983d655

View File

@@ -584,7 +584,7 @@ impl<E: EthSpec + TypeName> Handler for ForkChoiceHandler<E> {
// No FCU override tests prior to bellatrix. // No FCU override tests prior to bellatrix.
if self.handler_name == "should_override_forkchoice_update" if self.handler_name == "should_override_forkchoice_update"
&& fork_name >= ForkName::Bellatrix && fork_name < ForkName::Bellatrix
{ {
return false; return false;
} }