Skip to content

Commit

Permalink
Removed todo macro from fork choice mutator
Browse files Browse the repository at this point in the history
  • Loading branch information
Povilas Liubauskas committed May 13, 2024
1 parent 6bd6945 commit 8207171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fork_choice_control/src/mutator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,6 @@ where

self.update_store_snapshot();

todo!();
// TODO(feature/eip-7594):

// if let Some(pending_block) = self.delayed_until_blobs.get(&block_root) {
Expand Down

0 comments on commit 8207171

Please sign in to comment.