Remove comment

This commit is contained in:
Eitan Seri-Levi
2026-06-23 15:09:40 +03:00
parent caabd0c771
commit bb57e02803

View File

@@ -129,7 +129,6 @@ impl<'block, E: EthSpec> NewPayloadRequest<'block, E> {
Ok(())
}
/// Returns the execution requests as a fork-tagged reference, if present.
pub fn execution_requests_ref(&self) -> Option<ExecutionRequestsRef<'block, E>> {
match self {
Self::Bellatrix(_) | Self::Capella(_) | Self::Deneb(_) => None,