small cleanup

This commit is contained in:
realbigsean 2022-12-08 09:18:56 -05:00
parent 254cad369e
commit d59a1c63fb
No known key found for this signature in database
GPG Key ID: B372B64D866BF8CC
2 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,7 @@ install:
# Builds the lcli binary in release (optimized).
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.
#

View File

@ -1107,8 +1107,6 @@ pub fn serve<T: BeaconChainTypes>(
*/
// POST beacon/blocks
// TODO: THIS IS NOT THE RIGHT CODE
let post_beacon_blocks = eth_v1
.and(warp::path("beacon"))
.and(warp::path("blocks"))