mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-29 20:27:14 +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.
|
||||
if matches!(
|
||||
protocol,
|
||||
Protocol::BlobsByRoot | Protocol::DataColumnsByRoot
|
||||
Protocol::BlobsByRoot
|
||||
| Protocol::DataColumnsByRoot
|
||||
| Protocol::DataColumnsByRange
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user