mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-16 10:18:15 +00:00
5306 implemented
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -621,10 +621,6 @@ mod tests {
|
||||
.into_available_block();
|
||||
|
||||
let current_slot = harness.get_current_slot();
|
||||
let cached_head = chain.canonical_head.cached_head();
|
||||
let canonical_head_proposer_index = chain
|
||||
.canonical_head_proposer_index(current_slot, &cached_head)
|
||||
.unwrap();
|
||||
|
||||
chain
|
||||
.canonical_head
|
||||
@@ -636,7 +632,6 @@ mod tests {
|
||||
Duration::ZERO,
|
||||
&post_state,
|
||||
PayloadVerificationStatus::Verified,
|
||||
canonical_head_proposer_index,
|
||||
&chain.spec,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user