diff --git a/beacon_node/execution_layer/src/lib.rs b/beacon_node/execution_layer/src/lib.rs index 63402f6fa7..33b83aab09 100644 --- a/beacon_node/execution_layer/src/lib.rs +++ b/beacon_node/execution_layer/src/lib.rs @@ -334,14 +334,6 @@ impl> BlockProposalContents block_value, } } - pub fn blob_kzg_commitments(&self) -> Option<&KzgCommitments> { - match self { - Self::Payload { .. } => None, - Self::PayloadAndBlobs { - kzg_commitments, .. - } => Some(kzg_commitments), - } - } } // This just groups together a bunch of parameters that commonly