do not penalize

This commit is contained in:
Eitan Seri-Levi
2026-05-25 23:20:14 +03:00
parent 5da759f88f
commit af13f1b8a9

View File

@@ -556,7 +556,9 @@ impl<E: EthSpec> PeerManager<E> {
// 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;
}