mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
cargo fmt
This commit is contained in:
@@ -209,18 +209,12 @@ impl<T: BeaconChainTypes> Router<T> {
|
||||
.send_blocks_by_roots_request(peer_id, request_id, request),
|
||||
),
|
||||
Request::BlobsByRange(request) => self.handle_beacon_processor_send_result(
|
||||
self.network_beacon_processor.send_blobs_by_range_request(
|
||||
peer_id,
|
||||
request_id,
|
||||
request,
|
||||
),
|
||||
self.network_beacon_processor
|
||||
.send_blobs_by_range_request(peer_id, request_id, request),
|
||||
),
|
||||
Request::BlobsByRoot(request) => self.handle_beacon_processor_send_result(
|
||||
self.network_beacon_processor.send_blobs_by_roots_request(
|
||||
peer_id,
|
||||
request_id,
|
||||
request,
|
||||
),
|
||||
self.network_beacon_processor
|
||||
.send_blobs_by_roots_request(peer_id, request_id, request),
|
||||
),
|
||||
Request::LightClientBootstrap(request) => self.handle_beacon_processor_send_result(
|
||||
self.network_beacon_processor
|
||||
@@ -311,7 +305,7 @@ impl<T: BeaconChainTypes> Router<T> {
|
||||
blob_index,
|
||||
signed_blob,
|
||||
timestamp_now(),
|
||||
)
|
||||
),
|
||||
)
|
||||
}
|
||||
PubsubMessage::VoluntaryExit(exit) => {
|
||||
|
||||
Reference in New Issue
Block a user