Make proposer_index mandatory in on_block

This commit is contained in:
Michael Sproul
2026-03-26 11:07:38 +11:00
parent f1b261f336
commit d58df3a656
4 changed files with 13 additions and 6 deletions

View File

@@ -280,7 +280,7 @@ impl ForkChoiceTestDefinition {
unrealized_finalized_checkpoint: None,
execution_payload_parent_hash,
execution_payload_block_hash,
proposer_index: None,
proposer_index: Some(0),
};
fork_choice
.process_block::<MainnetEthSpec>(