mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 04:44:28 +00:00
small cleanup
This commit is contained in:
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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user