mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-10 21:11:22 +00:00
fix ctrl c'd comment
This commit is contained in:
parent
fbc147e273
commit
e24f6c93d9
@ -827,10 +827,10 @@ impl<T: BeaconChainTypes> SyncManager<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
// inform backfill that the request needs to be treated as failed
|
// inform range that the request needs to be treated as failed
|
||||||
// With time we will want to downgrade this log
|
// With time we will want to downgrade this log
|
||||||
warn!(
|
warn!(
|
||||||
self.log, "Blocks and blobs request for backfill received invalid data";
|
self.log, "Blocks and blobs request for range received invalid data";
|
||||||
"peer_id" => %peer_id, "batch_id" => batch_id, "error" => e
|
"peer_id" => %peer_id, "batch_id" => batch_id, "error" => e
|
||||||
);
|
);
|
||||||
// TODO: penalize the peer for being a bad boy
|
// TODO: penalize the peer for being a bad boy
|
||||||
|
Loading…
Reference in New Issue
Block a user