mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
update get blobs endpoint name from blobs to blob_sidecars (#4467)
* changed name * Fix sidecars * update get blobs endpoint name from blobs to blob_sidecars --------- Co-authored-by: Rahul Dogra <rahulcooldogra@gmail.com>
This commit is contained in:
@@ -1394,10 +1394,10 @@ pub fn serve<T: BeaconChainTypes>(
|
||||
* beacon/blobs
|
||||
*/
|
||||
|
||||
// GET beacon/blobs/{block_id}
|
||||
// GET beacon/blob_sidecars/{block_id}
|
||||
let get_blobs = eth_v1
|
||||
.and(warp::path("beacon"))
|
||||
.and(warp::path("blobs"))
|
||||
.and(warp::path("blob_sidecars"))
|
||||
.and(block_id_or_err)
|
||||
.and(warp::path::end())
|
||||
.and(chain_filter.clone())
|
||||
|
||||
Reference in New Issue
Block a user