Bellatrix: remove a comment about safe head stub
This commit is contained in:
parent
95a2327800
commit
046eaf2ea0
|
@ -148,7 +148,6 @@ def prepare_execution_payload(state: BeaconState,
|
||||||
prev_randao=get_randao_mix(state, get_current_epoch(state)),
|
prev_randao=get_randao_mix(state, get_current_epoch(state)),
|
||||||
suggested_fee_recipient=suggested_fee_recipient,
|
suggested_fee_recipient=suggested_fee_recipient,
|
||||||
)
|
)
|
||||||
# Set safe and head block hashes to the same value
|
|
||||||
return execution_engine.notify_forkchoice_updated(
|
return execution_engine.notify_forkchoice_updated(
|
||||||
head_block_hash=parent_hash,
|
head_block_hash=parent_hash,
|
||||||
safe_block_hash=safe_block_hash,
|
safe_block_hash=safe_block_hash,
|
||||||
|
|
Loading…
Reference in New Issue