clean up blob by root response (#4136)

This commit is contained in:
realbigsean
2023-03-28 12:49:32 -04:00
committed by GitHub
parent d24e5cc22a
commit deec9c51ba
6 changed files with 70 additions and 161 deletions

View File

@@ -1983,13 +1983,7 @@ impl<T: BeaconChainTypes> BeaconProcessor<T> {
request_id,
request,
} => task_spawner.spawn_blocking_with_manual_send_idle(move |send_idle_on_drop| {
worker.handle_blobs_by_root_request(
sub_executor,
send_idle_on_drop,
peer_id,
request_id,
request,
)
worker.handle_blobs_by_root_request(send_idle_on_drop, peer_id, request_id, request)
}),
/*