Skip to content

Commit

Permalink
I do not see a non-convoluted way of doing this. Okay to have some re…
Browse files Browse the repository at this point in the history
…dundant code here
  • Loading branch information
pawanjay176 committed Jul 28, 2023
1 parent ef6d645 commit e0b29fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon_node/beacon_chain/src/blob_verification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ pub fn validate_blob_sidecar_for_gossip<T: BeaconChainTypes>(
///
/// 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<E>,
state_root_opt: Option<Hash256>,
Expand Down

0 comments on commit e0b29fa

Please sign in to comment.