mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-10 21:11:22 +00:00
Rename variable only
This commit is contained in:
parent
3b9041047a
commit
f6d5e8fea3
@ -3325,7 +3325,7 @@ pub fn serve<T: BeaconChainTypes>(
|
|||||||
});
|
});
|
||||||
|
|
||||||
// GET lighthouse/beacon/blobs_sidecars/{block_id}
|
// GET lighthouse/beacon/blobs_sidecars/{block_id}
|
||||||
let get_blobs_sidecars = warp::path("lighthouse")
|
let get_lighthouse_blobs_sidecars = warp::path("lighthouse")
|
||||||
.and(warp::path("beacon"))
|
.and(warp::path("beacon"))
|
||||||
.and(warp::path("blobs_sidecars"))
|
.and(warp::path("blobs_sidecars"))
|
||||||
.and(block_id_or_err)
|
.and(block_id_or_err)
|
||||||
@ -3494,7 +3494,7 @@ pub fn serve<T: BeaconChainTypes>(
|
|||||||
.or(get_lighthouse_attestation_performance.boxed())
|
.or(get_lighthouse_attestation_performance.boxed())
|
||||||
.or(get_lighthouse_block_packing_efficiency.boxed())
|
.or(get_lighthouse_block_packing_efficiency.boxed())
|
||||||
.or(get_lighthouse_merge_readiness.boxed())
|
.or(get_lighthouse_merge_readiness.boxed())
|
||||||
.or(get_blobs_sidecars.boxed())
|
.or(get_lighthouse_blobs_sidecars.boxed())
|
||||||
.or(get_events.boxed()),
|
.or(get_events.boxed()),
|
||||||
)
|
)
|
||||||
.boxed()
|
.boxed()
|
||||||
|
Loading…
Reference in New Issue
Block a user