mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-10 21:11:22 +00:00
Fix code comment
This commit is contained in:
parent
a6b771f265
commit
14aa87aff3
@ -1125,11 +1125,8 @@ pub fn serve<T: BeaconChainTypes>(
|
|||||||
.map(|()| warp::reply())
|
.map(|()| warp::reply())
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
/*
|
|
||||||
* beacon/blocks
|
|
||||||
*/
|
|
||||||
|
|
||||||
// POST beacon/blocks
|
// POST beacon/blinded_blocks
|
||||||
let post_beacon_blinded_blocks = eth_v1
|
let post_beacon_blinded_blocks = eth_v1
|
||||||
.and(warp::path("beacon"))
|
.and(warp::path("beacon"))
|
||||||
.and(warp::path("blinded_blocks"))
|
.and(warp::path("blinded_blocks"))
|
||||||
|
Loading…
Reference in New Issue
Block a user