diff --git a/beacon_node/lighthouse_network/src/peer_manager/mod.rs b/beacon_node/lighthouse_network/src/peer_manager/mod.rs index 6b5144fa6f..9285e0ba13 100644 --- a/beacon_node/lighthouse_network/src/peer_manager/mod.rs +++ b/beacon_node/lighthouse_network/src/peer_manager/mod.rs @@ -556,7 +556,9 @@ impl PeerManager { // Don't ban on this because we want to retry with a block by root request. if matches!( protocol, - Protocol::BlobsByRoot | Protocol::DataColumnsByRoot + Protocol::BlobsByRoot + | Protocol::DataColumnsByRoot + | Protocol::DataColumnsByRange ) { return; }