From 850dea6e54b3a8d0e9011782843a2f2477280af0 Mon Sep 17 00:00:00 2001 From: Eitan Seri- Levi Date: Mon, 9 Feb 2026 20:57:08 -0800 Subject: [PATCH] Remove unused --- beacon_node/execution_layer/src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) 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