mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
do not penalize
This commit is contained in:
@@ -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.
|
// Don't ban on this because we want to retry with a block by root request.
|
||||||
if matches!(
|
if matches!(
|
||||||
protocol,
|
protocol,
|
||||||
Protocol::BlobsByRoot | Protocol::DataColumnsByRoot
|
Protocol::BlobsByRoot
|
||||||
|
| Protocol::DataColumnsByRoot
|
||||||
|
| Protocol::DataColumnsByRange
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user