From 5bfe6a8ae381d9b5bf1b163040605791c2604533 Mon Sep 17 00:00:00 2001 From: zhiqiangxu <652732310@qq.com> Date: Sat, 23 Mar 2024 02:16:49 +0800 Subject: [PATCH] chore: remove stale comment (#5440) * rm stale comment * Merge branch 'unstable' of https://github.com/sigp/lighthouse into rm_irelevant_comment --- beacon_node/beacon_chain/src/execution_payload.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/beacon_node/beacon_chain/src/execution_payload.rs b/beacon_node/beacon_chain/src/execution_payload.rs index fd790c884..c1bd0b439 100644 --- a/beacon_node/beacon_chain/src/execution_payload.rs +++ b/beacon_node/beacon_chain/src/execution_payload.rs @@ -560,9 +560,6 @@ where parent_beacon_block_root, ); - // Note: the suggested_fee_recipient is stored in the `execution_layer`, it will add this parameter. - // - // This future is not executed here, it's up to the caller to await it. let block_contents = execution_layer .get_payload( parent_hash,