From e0b29fa5889f7d0b147761a4921c9763b14361db Mon Sep 17 00:00:00 2001 From: Pawan Dhananjay Date: Thu, 27 Jul 2023 19:19:29 -0700 Subject: [PATCH] I do not see a non-convoluted way of doing this. Okay to have some redundant code here --- beacon_node/beacon_chain/src/blob_verification.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/beacon_node/beacon_chain/src/blob_verification.rs b/beacon_node/beacon_chain/src/blob_verification.rs index ad38ceabd43..c35248f8a3e 100644 --- a/beacon_node/beacon_chain/src/blob_verification.rs +++ b/beacon_node/beacon_chain/src/blob_verification.rs @@ -430,7 +430,6 @@ pub fn validate_blob_sidecar_for_gossip( /// /// Note: This is a copy of the `block_verification::cheap_state_advance_to_obtain_committees` to return /// a BlobError error type instead. -/// TODO(pawan): try to unify the 2 functions. fn cheap_state_advance_to_obtain_committees<'a, E: EthSpec>( state: &'a mut BeaconState, state_root_opt: Option,