small cleanup
This commit is contained in:
parent
254cad369e
commit
d59a1c63fb
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ install:
|
|||||||
|
|
||||||
# Builds the lcli binary in release (optimized).
|
# Builds the lcli binary in release (optimized).
|
||||||
install-lcli:
|
install-lcli:
|
||||||
cargo install --path lcli --force --locked --features "$(FEATURES),$(EF_TEST_FEATURES)" --profile "$(PROFILE)"
|
cargo install --path lcli --force --locked --features "$(FEATURES)" --profile "$(PROFILE)"
|
||||||
|
|
||||||
# The following commands use `cross` to build a cross-compile.
|
# The following commands use `cross` to build a cross-compile.
|
||||||
#
|
#
|
||||||
|
@ -1107,8 +1107,6 @@ pub fn serve<T: BeaconChainTypes>(
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// POST beacon/blocks
|
// POST beacon/blocks
|
||||||
|
|
||||||
// TODO: THIS IS NOT THE RIGHT CODE
|
|
||||||
let post_beacon_blocks = eth_v1
|
let post_beacon_blocks = eth_v1
|
||||||
.and(warp::path("beacon"))
|
.and(warp::path("beacon"))
|
||||||
.and(warp::path("blocks"))
|
.and(warp::path("blocks"))
|
||||||
|
Loading…
Reference in New Issue
Block a user