From 746092e121fe2f7a15b139019ebcf037f4251696 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 9 Feb 2026 11:44:52 +1100 Subject: [PATCH] Fix regression test for #8528 --- beacon_node/beacon_chain/tests/column_verification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/beacon_chain/tests/column_verification.rs b/beacon_node/beacon_chain/tests/column_verification.rs index f048a08bb85..ca9893941a1 100644 --- a/beacon_node/beacon_chain/tests/column_verification.rs +++ b/beacon_node/beacon_chain/tests/column_verification.rs @@ -170,7 +170,7 @@ async fn verify_header_signature_fork_block_bug() { // This keeps the head at the pre-fork state (Electra). harness.advance_slot(); let rpc_block = harness - .build_rpc_block_from_blobs(block_root, signed_block.clone(), None) + .build_rpc_block_from_blobs(signed_block.clone(), None, false) .expect("Should build RPC block"); let availability = harness .chain