Fix code comment

This commit is contained in:
Jimmy Chen 2022-12-22 00:19:38 +11:00
parent a6b771f265
commit 14aa87aff3

View File

@ -1125,11 +1125,8 @@ pub fn serve<T: BeaconChainTypes>(
.map(|()| warp::reply())
},
);
/*
* beacon/blocks
*/
// POST beacon/blocks
// POST beacon/blinded_blocks
let post_beacon_blinded_blocks = eth_v1
.and(warp::path("beacon"))
.and(warp::path("blinded_blocks"))