Bellatrix: remove a comment about safe head stub

This commit is contained in:
Mikhail Kalinin 2022-03-22 22:53:47 +06:00
parent 95a2327800
commit 046eaf2ea0
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ def prepare_execution_payload(state: BeaconState,
prev_randao=get_randao_mix(state, get_current_epoch(state)),
suggested_fee_recipient=suggested_fee_recipient,
)
# Set safe and head block hashes to the same value
return execution_engine.notify_forkchoice_updated(
head_block_hash=parent_hash,
safe_block_hash=safe_block_hash,