fix second_payload head in execution engine test (#8789)

Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com>
This commit is contained in:
Lion - dapplion
2026-02-15 16:58:30 -07:00
committed by GitHub
parent 1fe7a8ce77
commit 5563b7a1dd

View File

@@ -563,7 +563,7 @@ impl<Engine: GenericExecutionEngine> TestRig<Engine> {
*
* Indicate that the payload is the head of the chain, providing payload attributes.
*/
let head_block_hash = valid_payload.block_hash();
let head_block_hash = second_payload.block_hash();
let finalized_block_hash = ExecutionBlockHash::zero();
// To save sending proposer preparation data, just set the fee recipient
// to the fee recipient configured for EE A.