more network stuff

This commit is contained in:
Marius van der Wijden
2022-09-17 16:39:40 +02:00
parent aeb52ff186
commit f9209e2d08
3 changed files with 56 additions and 3 deletions

View File

@@ -168,11 +168,9 @@ impl<T: BeaconChainTypes> Processor<T> {
request_id: PeerRequestId,
request: BlobsByRangeRequest,
) {
/*
self.send_beacon_processor_work(BeaconWorkEvent::blocks_by_roots_request(
self.send_beacon_processor_work(BeaconWorkEvent::blobs_by_range_request(
peer_id, request_id, request,
))
*/
}
/// Handle a `BlocksByRange` request from the peer.
pub fn on_blocks_by_range_request(