ef-test updates

This commit is contained in:
realbigsean
2022-11-22 20:13:51 -05:00
parent 902055f295
commit f601fb3b7e
5 changed files with 13 additions and 12 deletions

View File

@@ -24,11 +24,6 @@ pub trait Handler {
fn run(&self) {
for fork_name in ForkName::list_all() {
// FIXME(eip4844): enable eip4844
if fork_name == ForkName::Eip4844 {
continue;
}
if self.is_enabled_for_fork(fork_name) {
self.run_for_fork(fork_name)
}