diff --git a/beacon_node/beacon_chain/src/execution_payload.rs b/beacon_node/beacon_chain/src/execution_payload.rs index fd790c88429..c1bd0b439ad 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,