Skip to content

Commit

Permalink
Request needed data columns from mutator
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumas committed May 12, 2024
1 parent 2ebad0d commit 570221b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fork_choice_control/src/mutator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ where

let peer_id = pending_block.origin.peer_id();

// P2pMessage::DataColumnsNeeded(column_ids, slot, peer_id).send(&self.p2p_tx);
P2pMessage::DataColumnsNeeded(column_ids, slot, peer_id).send(&self.p2p_tx);

self.delay_block_until_blobs(block_root, pending_block);
}
Expand Down

0 comments on commit 570221b

Please sign in to comment.