mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 11:54:40 +00:00
Remove comment
This commit is contained in:
@@ -129,7 +129,6 @@ impl<'block, E: EthSpec> NewPayloadRequest<'block, E> {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the execution requests as a fork-tagged reference, if present.
|
|
||||||
pub fn execution_requests_ref(&self) -> Option<ExecutionRequestsRef<'block, E>> {
|
pub fn execution_requests_ref(&self) -> Option<ExecutionRequestsRef<'block, E>> {
|
||||||
match self {
|
match self {
|
||||||
Self::Bellatrix(_) | Self::Capella(_) | Self::Deneb(_) => None,
|
Self::Bellatrix(_) | Self::Capella(_) | Self::Deneb(_) => None,
|
||||||
|
|||||||
Reference in New Issue
Block a user