We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12e3a8 commit 9cbc3cbCopy full SHA for 9cbc3cb
beacon_chain/gossip_processing/gossip_validation.nim
@@ -429,7 +429,7 @@ template validateBeaconBlockGloas(
429
# `bid.parent_block_hash`) passes all validation.
430
withState(dag.headState):
431
when consensusFork >= ConsensusFork.Gloas:
432
- if bid.parent_block_hash != dag.headState.latest_block_hash:
+ if bid.parent_block_hash != forkyState.latest_block_hash:
433
return dag.checkedReject("validateBeaconBlockGloas: invalid execution payload parent")
434
435
# [REJECT] The bid's parent (defined by `bid.parent_block_root`) equals the
0 commit comments