small cleanup

This commit is contained in:
realbigsean
2022-12-08 09:18:56 -05:00
parent 254cad369e
commit d59a1c63fb
2 changed files with 1 additions and 3 deletions

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"))