This commit is contained in:
Eitan Seri-Levi
2026-04-30 15:02:35 +02:00
parent 948da5e626
commit 79c855a1c4
33 changed files with 76 additions and 306 deletions

View File

@@ -1804,9 +1804,6 @@ impl<E: EthSpec> ExecutionLayer<E> {
ForkName::Gloas => {
return Err(Error::InvalidForkForPayload);
}
ForkName::Heze => {
return Err(Error::InvalidForkForPayload);
}
};
return Ok(Some(payload));
}