addressing comments:

This commit is contained in:
hopinheimer
2026-03-16 19:36:48 -04:00
parent 916d9fb018
commit 9ce88ea3c1
4 changed files with 39 additions and 11 deletions

View File

@@ -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 {}",