mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
I accidentally broke `unstable` while merging some missed commits from `release-v8.0`. The merge was clean but semantically broken, and I didn't notice because I pushed without running CI 😬 - Fix the regression test added for #8528, for compatibility with the recent `RpcBlock` changes. I'm passing `is_available = false` which seems correct for this test. Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user