From 14aa87aff3e5c3d6fde2cf7e8de2952bdea12be1 Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Thu, 22 Dec 2022 00:19:38 +1100 Subject: [PATCH] Fix code comment --- beacon_node/http_api/src/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/beacon_node/http_api/src/lib.rs b/beacon_node/http_api/src/lib.rs index 30a222145..e5336ef6a 100644 --- a/beacon_node/http_api/src/lib.rs +++ b/beacon_node/http_api/src/lib.rs @@ -1125,11 +1125,8 @@ pub fn serve( .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"))