mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-21 06:48:27 +00:00
addressing comments:
This commit is contained in:
@@ -460,10 +460,7 @@ impl ForkChoiceTestDefinition {
|
||||
current_slot,
|
||||
} => {
|
||||
let actual = fork_choice
|
||||
.head_payload_status::<MainnetEthSpec>(
|
||||
&head_root,
|
||||
current_slot,
|
||||
)
|
||||
.head_payload_status::<MainnetEthSpec>(&head_root, current_slot)
|
||||
.unwrap_or_else(|| {
|
||||
panic!(
|
||||
"AssertHeadPayloadStatus: head root not found at op index {}",
|
||||
|
||||
Reference in New Issue
Block a user